angular-css
angular-css copied to clipboard
too much recursion
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);
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.
I'm facing the same problem as @TrueMan777 mentioned.