javascript - Using UI-Router to make views change separately -
it's possible set ui-router
change 1 view without changing other?
for example: when navigating on app, actions pointed 1 view
: view a
. however, user can click on 1 link pointed other view
in application: view b
. need change view b
letting view a
on same state user choosed before clicking on link changes view b
.
someone please can me one?
edit:
here's plunkr close behavior: http://plnkr.co/edit/wjxx9r
the documentation shows how have state configuration target specific views on page.
loading content views independently of state navigation not part of api, in upcoming version.
Comments
Post a Comment