in my ionic/angularjs application I get some errors on iOS 9 on the filtering mechanism if I click on a ionic list card item.
The error I get:
Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: []
It only happens if I click on a entry or if I click back from that entry. On iOS8 everything works fine.
Thanks for any kind of help