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
I was using async calls within $transition hooks on my app.run.
Based on this answer, i created a TransitionService to manage application transactions and keep track of what transactions are running on application in order to guarantee that only one transaction happens at a time. I achieved this by saving the current transaction on TransitionService and then aborting any previously saved transaction on every new transaction.
How to reproduce
I will make a plunkr for this soon, unless someone else has time. :)
The text was updated successfully, but these errors were encountered: