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 was archived by the owner on Apr 12, 2024. It is now read-only.
Currently if you do a $location.path("/blah") (with optional .search) you have no way of knowing if someone has cancelled your attempt at changing the path by using a listener on $locationChangeStart + event.preventDefault()
Currently there is no event for $locationChangeFailed so it's near impossible to know if you path change attempt was cancelled without some hackery or custom events that are emitted in the code that is calling event.preventDefault().