Nesting routes in Angular UI Router and displaying on the first ui view

时间:2015-06-25 18:56:11

标签: angular-ui-router

I have a first Ui-View called A that dynamically loads a page fine. I then put another link (or route) in the page A, however Ui Route wants a ui-view in page A. How can I go back to the orginal ui-view, and place page B in that instead of A's? Im trying to have a nested route go into the orginal UI-View instead of a new one.

1 个答案:

答案 0 :(得分:0)

通过命名UI-View,您可以定义路由器放置视图的位置。