javascript - is possible cascading view in angularjs? -


i new @ angularjs. , read can define 1 ng-view directive in single page application. want create cascading view.

enter image description here

nvaigation menu static. if user click menu item, list panel appear. , if user click edit item edit menu appear.

should define multiple ng-view?

angular's built in router limited. yes, support 1 ng-view per page.

the angular ui team has put ui-router, supports mutiple nested ui-views

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


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -