You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a .back method to ui-router, fixesangular-ui#92
Adds $state.previous and $state.previousParams. Implements $state.back method
which wraps $state.transitionTo and can take an options object which is passed
through.
$state.previous and $state.previousParams are only updated when the transition
completes.
Added unit tests for .back method()
0 commit comments