-
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
Redirect loop #2236
Comments
well i found the answer.I had to do this, perhaps somebody explain what is going on? and maybhe fix this bug?
|
Can you post a plnkr example please? |
http://plnkr.co/edit/FtWBfKaZ9VsCN1tT6nef?p=preview here you go. Open up the console and you can clearly see 10 digest cycles reached. Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! And thank you for the interest.Unfortunatly im very newb when it comes to angular and javascript in general. |
Duplicate of #2238 |
… 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
I have this code.Here is the plnkr . http://plnkr.co/edit/FtWBfKaZ9VsCN1tT6nef?p=preview
on the
App.run(function ($rootScope, currentUser, $state, $location) {
});
The problem is that it goes around and around in a loop, until i get max 10 digest error.My javascript knowledge is rather limited.Can somebody please help me?
The text was updated successfully, but these errors were encountered: