-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there is not a state with '/' defined, infinite loop #2238
Comments
I did some testing, and it seems that the |
App Bootstraps; url is "" |
I can't seem to create a failing unit test. Perhaps this is due to the mocks behaving differently. edit: Thanks to the #600 (comment) by @filipesilva I was able to create a failing test case. Also interesting: the plunker works if you downgrade angular to 1.3.3 or earlier. 1.3.4 and above exhibit the infinite digest. |
I'm glad to hear I was of help @christopherthielen. Great job on the fix! |
… has started Closes angular-ui#2238 Closes angular-ui#2229 Closes angular-ui#2185 Closes angular-ui#2236 Closes angular-ui#2098 Closes angular-ui#600
http://plnkr.co/edit/cH0LiMq29CIyzfZzHYva?p=preview
Seems like if there is not a state with a url of '/' then the states will go in an infinite loop.
The text was updated successfully, but these errors were encountered: