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.
If I supply a username / password in the URL such as "http://user@myurl" then any navigation done on that page through the $location.path setter results in an infinite digest loop.
Removing the "user@" portion of the url fixes the issue and navigation behaves normally.