Top "Angular-ui-router" questions

UI-Router evolves the concept of an AngularJS Route into a more general concept of a State for managing complex application UI states.

Angular UI Router Nested State resolve in child states

In an angular app I'm working on, I'd like there to be an abstract parent state which must resolve certain …

angularjs angular-ui-router
How to handle error in angular-ui-router's resolve

I am using angular-ui-router's resolve to get data from server before moving to a state. Sometimes the request to the …

angularjs angular-ui-router angular-promise
"ui-sref" does not refresh the "ui-view"(its controller does not rerun) when a link is clicked twice

When a state is clicked at first, the div that owns the "ui-view" attribute is replaced with the "template" of …

angularjs angular-ui angular-ui-router
Remove page from history, so "back" will work properly

I have my app that you need to login to get in to the other pages. so the first page …

angularjs ionic-framework angular-ui-router back
AngularJS UI Router $state reload child state only

I am using UI router for tabs of a main menu as well as for links within one of the …

angularjs angular-ui-router angularjs-routing
How to redirect in a ui-router resolver?

I am trying to redirect inside a ui-router resolve and wanted to know if there is a way to reroute …

angularjs angular-ui-router
Angular UI-Router open modal window on url change

I use angular-ui-router and angular-bootstrap in my project. I want to implement follow use case: When user click to "edit" …

javascript angularjs bootstrap-modal angular-ui-router
AngularJS - UI Router stateChangeSuccess event not firing

I am using UI Router in my angular app. I am trying to integrate state change events, but they are …

angularjs angular-ui-router single-page-application
Ionic 4: How to set navigation direction (backward/forward) using routerLink?

Ionic 4 now uses Angular router. Altough it still has its own NavControler, which helps to simulate push / pop navigation style …

angular-ui-router angular7 direction ionic4 routerlink
Angular ui-router: Can you change state without changing URL?

The multiple nested views functionality of the ui-router is very nice - you can easily jump from one state of …

javascript angularjs angular-ui angular-ui-router