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.
when you use the site currently it doesn't throw errors because I disabled updating $location
if I update location then the above error occurs $state.go(state, opts, {location: false, reload: reload});
I'm going to close this issue because we have no reproduction of the issue. Feel free to reopen this issue if you can provide a reproduction (ideally a runnable demo in a https://plnkr.co or similar).
In order to reproduce the issue you may go to:
http://crew.secureaccess.io/signup/sos
when you click next at the bottom you will be able to see the error below in the log.
I've tracked down the issue so far as to conclude that the infinite loop keeps reaching the following line before calling
self.url()
again.https://github.com/angular/angular.js/blob/v1.4.8/src/ng/browser.js#L222
I'm aware that the following issues are related and that a pull request has already landed in master to fix this:
#9235
#11675
#11439
However, I'm still seeing this issue with angular v1.4.8.
The text was updated successfully, but these errors were encountered: