All Questions
Tagged with angularjs-routing back-button
1 question
6
votes
1
answer
4k
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.
...