像durandal 2.0一样,是否有任何方法可以在angular中创建childRouter?

路由器将控制ngView中的内容。在ngView中,我想创建一些与router不同的childRouters,并控制ngView中的某些内容。

当childRouter更改时,应更改整个网站的url。

使用childRouter的原因是childRouters在不同的ngView中是不同的,因此我需要对其进行组织。

最佳答案

您可能想看一下这个问题:
Complex nesting of partials and templates

作为投票率最高的答案,ng-router还不支持子路由。

Ui-Router项目可以提供您正在寻找的功能。

我已经使用了一段时间了,并且效果很好。

09-30 16:11