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
feat(ngRoute): cancel $routeChangeStart via $event.preventDefault()
This change allows ngRoute route changes to be cancelled using $event.preventDefault.
This enables route changes to be aborted at the discretion of the application.
Route changes may not be cancelled if forceReload is set to true.
Closesangular#5581
0 commit comments