-
Notifications
You must be signed in to change notification settings - Fork 42
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
Filtering listView issue #95
Comments
@ArvidHamersma Your example works for me. |
In Chrome I receive this error. The error in the consol in Chrome is Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! |
Weird, it works for me on both Firefox and Chrome. |
Strange... |
Oh, yes. Now I have this error on my W8.1 device on both IE and Chrome. It seems like there is a $apply somewhere that should be removed. Chrome : 47.0.2526.106 m |
With ordering I get the same error the same error |
@ArvidHamersma Any updates on this issue? Did you end up finding the problem? |
I didn't look in to it. I did the filtering in the the angular controller as work around. |
When I want to filter a listview I get an error in the log console.
I made an example in JSFiddle
The text was updated successfully, but these errors were encountered: