Skip to content
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

too much recursion #72

Open
gustavolira opened this issue Aug 25, 2016 · 2 comments
Open

too much recursion #72

gustavolira opened this issue Aug 25, 2016 · 2 comments

Comments

@gustavolira
Copy link

Hi,
I have a huge angular 1.5.7 app using angular-css 1.0.8 and with some old version of firefox like 42.0 I'm receiving "too much recursion" error, similar this issue #44, but at different line codes.
The problem is in angular-css.js (linha 621, col 14)
return originalDirective.apply(this, arguments);

@TrueMan777
Copy link

Likely I am having some similar issues with directives. It seems that some directives are fired a number of times and the call stack keeps growing. I had a console.log on some of the directives and this is how I noticed that.
Also, I don't even have css: {} on any of the directives.

@gtiwari333
Copy link

I'm facing the same problem as @TrueMan777 mentioned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants