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.

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
Comments
Post a Comment