两个不同的ng-app在同一个应用程序中并使用$ router在两个模块之间进行路由?

时间:2012-10-08 11:16:55

标签: javascript html5 angularjs

我可以在同一个应用程序中使用两个不同的ng-app并使用$ router在两个模块之间进行路由吗?据我所知,不能在同一个应用程序中使用两个ng-view

高级概念:

加载Index.html {

     <ng-view>: Load Login.html Here.
             On Successfull Login, Load Home.html here
                                       {
                                         <ng-view>: Load HomePartials.html & other partials
                                         on redirect go back to ng-view of index.html where Login.html would be loaded
                                          </ng-view>
                                       }
 </ng-view>

}

请分享您对此的看法。在此先感谢!!

1 个答案:

答案 0 :(得分:0)

每个html文档不能超过1 ng-app指令:

http://docs.angularjs.org/api/ng.directive:ngApp

您可以手动引导多个角度模块,但由于它们使用窗口位置,您将无法使用多个路径的路径