Tagged Questions
1
vote
1answer
539 views
Back button with nested states in Angular Router
I have an AngularJS application that makes use of the new, state-based ui-router. I have three different views in my application, where one is a top-level views, and the other two are nested ones.
...