我可以在同一个应用程序中有两个不同的 ng-app 并使用 $router 在两个模块之间进行路由吗?据我所知,不能在同一个应用程序中使用两个 ng-view
高级概念:
加载索引.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>
}
请分享您对此的看法。提前致谢!!