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
When using on or inside an element with ngRepeat, this can trigger the following error: Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
The text was updated successfully, but these errors were encountered:
Change $watch method to $watchCollection and watch expression return scope.$eval(attrs.bindHtmlCompile);
to return $parse(element.attr('bind-html-compile'))(scope);
When using on or inside an element with ngRepeat, this can trigger the following error:
Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!
The text was updated successfully, but these errors were encountered: