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
Inside of a resolve function, is it possible to know what state you are transitioning to? $state.current.name has the current state, but how can I know where I am trying to go?
The text was updated successfully, but these errors were encountered:
Have a look at the #1257 RFC. You can use the $transition$ injectable, but you'll have to add the ui-router-extras library until we release ui-router 1.0
Inside of a resolve function, is it possible to know what state you are transitioning to? $state.current.name has the current state, but how can I know where I am trying to go?
The text was updated successfully, but these errors were encountered: