-
Notifications
You must be signed in to change notification settings - Fork 60
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
Digest cycle error on $rootScope filter #22
Comments
I have the same error showing up using Angular 1.3.6, without a filter |
I am also seeing this evaluating the library |
I fixed this by using the <fieldset quick-ng-repeat="choice in choices track by $index|filter:{ value: '0' }"
ng-if="$first">
// stuff
</fieldset> |
@voronianski @davebream @jadrake75 can you please confirm this helps? |
@allaud I just realised that |
I'm seeing the same issue, probably because a $watch is being done on the "rhs", which contains filter clauses. |
Someone fixed it? I'm facing the same problem.. |
Hello from 2016, it seems that problem is still around |
Repeat over iteratable as function call also throws this error |
@segersrobbert I don't use Angular much in my job, so I don't have enough time to dive into each PR. Do you have smth special you need my help with? |
Have such error:
while trying quick-ng-repeat with
filter
which is used with$rootScope
:Without
filter
it works fine.The text was updated successfully, but these errors were encountered: