-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
recently migrated from 0.2.x to 1.0.beta.3 in an angular 1.x app, and for some reason I cannot transition from any state other than the homepage state of the single page application. I am repeatedly getting a TransitionRejection error thrown by ui router.
I know it could be anything, what I would like to find out is how to debug what is aborting the state transition.
is there any way to determine this? I tried hooking into $transitions service's onStart and onSuccess, but it doesn't show any other state transition that occurred before the one I attempt to invoke.
The error thrown is:
TransitionRejection(type: 3, message: The transition has been aborted, detail: Hook aborted transition)
Metadata
Metadata
Assignees
Labels
No labels