You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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.
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);
The text was updated successfully, but these errors were encountered: