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
{{ message }}
This repository has been archived by the owner on Sep 20, 2020. It is now read-only.
Here is my flow:
I'm in a state like this root.home.stateA and the server returns 401 for a request fired in this state. A redirect to root.login is done in interceptor that catches the 401 status but before it I call $previousState.memo('login-redirect'). After a successful login I try to redirect to $previousState.get('login-redirect'), but it always returns null.
I tried also without giving a name to the previous state, but didn't work either.
Here is my flow:
I'm in a state like this
root.home.stateA
and the server returns401
for a request fired in this state. A redirect toroot.login
is done in interceptor that catches the401
status but before it I call$previousState.memo('login-redirect')
. After a successful login I try to redirect to$previousState.get('login-redirect')
, but it always returnsnull
.I tried also without giving a name to the previous state, but didn't work either.
angular-1.5.8
ui-router-0.3.1
ui-router-extras-0.1.3
The text was updated successfully, but these errors were encountered: