This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
cancelling routes #2109
Closed
Description
There is currently no good/documented way of canceling a route change.
event.preventDefault()
can be used with $locationChangeStart
but that event doesn't fire from the back button (bug?)
$routeChangeStart
does fire on back button, but its preventDefault()
method doesn't actually prevent the route from changing (bug?)
Metadata
Metadata
Assignees
Labels
No labels