This repository was archived by the owner on Apr 12, 2024. It is now read-only.

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?)
Related issues: #592 #665 #1569