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.

How do I get the Back Button to work with an AngularJS ui-router state machine?

I have implemented an angularjs single page application using ui-router. Originally I identified each state using a distinct url however …

javascript angularjs coffeescript angular-ui-router
AngularJS ui router passing data between states without URL

I am facing this problem of passing data between two states without exposing the data in the url, it's like …

angularjs parameters angular-ui-router state
AngularJS UI Router - change url without reloading state

Currently our project is using default $routeProvider, and I am using this "hack", to change url without reloading page: services.…

angularjs angular-ui-router
How to pass an object into a state using UI-router?

I'd like to be able to transition to a state and a pass an arbitrary object using ui-router. I'm aware …

javascript angularjs angular-ui-router
Clear History and Reload Page on Login/Logout Using Ionic Framework

I am new to mobile application development with Ionic. On login and logout I need to reload the page, in …

angularjs angular-ui-router ionic-framework
What is the difference between $routeProvider and $stateProvider?

Please explain the difference between $routeProvider and $stateProvider in AngularJS. Which is best practice?

javascript angularjs angular-ui-router angularjs-routing
Exposing the current state name with ui router

I'm trying to implement a language switcher where if a user clicks on "de" from any given page on an "…

javascript angularjs angular-ui-router angular-translate
Using $state methods with $stateChangeStart toState and fromState in Angular ui-router

I'm writing a handler for $stateChangeStart: var stateChangeStartHandler = function(e, toState, toParams, fromState, fromParams) { if (toState.includes('internal') && !$…

angularjs angular-ui-router
how to refresh page in angular 2

I have created one router link as below. This router link loads ProductsStartComponent and then this component loads several other …

angular angular-ui-router
Otherwise on StateProvider

Using angular-ui-router, How can I use the otherwise method on $stateProvider or how can I use it at all ?

angularjs angular-ui angular-ui-router