Closed RudmanMario closed 7 years ago
If user from state B
does not have canReadAll
to access state A
is being redirected back to state B
😆
Sorry for the late response. I understand it goes to state B
if user does not have canReadAll
permission, but the problem is that State Manager
is stuck in $stateChangeStart
, it never finishes into $stateChangeSuccess
or $stateChangeError
. Beacuse of that I'm stuck in loading mode.
I have a specific problem. This is the use case:
When I'm in the state 'B' and I click
ui-sref="A"
everything is stuck in$stateChangeStart
. So redirecting is stuck when I try to go into same state. Is that a known issue or am I doing something wrong? Thank you.