angular-css icon indicating copy to clipboard operation
angular-css copied to clipboard

too much recursion

Open gustavolira opened this issue 8 years ago • 2 comments

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);

gustavolira avatar Aug 25 '16 22:08 gustavolira

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.

TrueMan777 avatar Aug 23 '17 01:08 TrueMan777

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

gtiwari333 avatar Mar 20 '18 18:03 gtiwari333