angular.js - angular multiple ng-app ng-view issue
PHP中文网
PHP中文网 2017-05-15 17:11:50
0
2
587

I want to try to implement a single-page application similar to NetEase Cloud Music


The navigation on the left is configured to route to the content on the right
The content on the right also has navigation. Can it also be implemented through ng-view? In this case, you need to define a new module. There will be multiple ng-apps on one page
If that doesn’t work, what other method is better?

PHP中文网
PHP中文网

认证0级讲师

reply all(2)
左手右手慢动作

Using angular-ui-router can meet your requirements
https://github.com/angular-ui...

过去多啦不再A梦

ng-controller defines multiple controllers, and several templates are loaded in parallel during loading

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template