castillo-io / angular-css

CSS on-demand for AngularJS [Looking for New Maintainers]
http://castillo-io.github.io/angular-css/#/
MIT License
470 stars 86 forks source link

too much recursion #72

Open gustavolira opened 8 years ago

gustavolira commented 8 years ago

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 commented 7 years ago

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 commented 6 years ago

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