Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with ngRepeat #32

Open
crazyjat opened this issue Nov 22, 2017 · 3 comments
Open

Does not work with ngRepeat #32

crazyjat opened this issue Nov 22, 2017 · 3 comments

Comments

@crazyjat
Copy link

When using on or inside an element with ngRepeat, this can trigger the following error:
Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting!

@Havock94
Copy link

+1, ngRepeat causes infdig error

@rossjrw
Copy link

rossjrw commented Oct 17, 2018

+1, same issue here

@mantasdev
Copy link

mantasdev commented Apr 12, 2019

Change $watch method to $watchCollection and watch expression
return scope.$eval(attrs.bindHtmlCompile);
to return $parse(element.attr('bind-html-compile'))(scope);

Worked for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants