AngularJS - Multiple ng-view in single template

后端 未结 6 1780
我寻月下人不归
我寻月下人不归 2020-11-29 17:38

I am building a dynamic web app by using AngularJS. Is it possible to have multiple ng-view on a single template?

6条回答
  •  北海茫月
    2020-11-29 18:30

    Using regular ng-view module you cannot have more than one dynamic template.

    However, this project enables you to do so (look for ui-router).

提交回复
热议问题