Nesting ng-views in angular js

前端 未结 6 571
失恋的感觉
失恋的感觉 2020-12-02 12:14

I had two different apps in angular. During integration to a single application I had to

nest ng-views.

For sample (index.html) is



        
6条回答
  •  一生所求
    2020-12-02 12:59

    Take a look at this:

    • https://github.com/angular-ui/ui-router

    • http://angular-ui.github.io/ui-router/sample/#/

    Looks like the thing you are looking for

提交回复
热议问题