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
There is currently a lack of an event to mark the end of the state change when transitioning to the same state. To be exact, the $stateChangeStart event is emitted, but no event signifying the end of the transition (neither $stateChangeSuccess nor $stateChangeError). This makes it impossible to cover all possible transition results via event handling.
There is currently a lack of an event to mark the end of the state change when transitioning to the same state. To be exact, the
$stateChangeStart
event is emitted, but no event signifying the end of the transition (neither$stateChangeSuccess
nor$stateChangeError
). This makes it impossible to cover all possible transition results via event handling.To be precise, this code cancels the transition:
I'd like to suggest that an event would be sent, something along the lines of
$stateChangeCancelled
or something of the sort.The text was updated successfully, but these errors were encountered: