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.
test(ngRoute): fix wrong assertion in ngRoute suite
Previously, this was asserting that $beforeRouteChange was never called.
Prior to the preceeding commit, $beforeRouteChange didn't exist ---
however it is called during $locationChangeStart.
It looks like this test should be asserting that $routeChangeStart is
never fired.
0 commit comments