Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ionic app iOS 9 problems [$rootScope:infdig] 10 $digest() iterations reached [duplicate]

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: []

And the callstack: Callstack

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

like image 895
Kingalione Avatar asked Sep 17 '15 14:09

Kingalione


1 Answers

Well I found out that this is a common bug in iOS9 and there's a patch for this:

https://gist.github.com/IgorMinar/863acd413e3925bf282c

With this patch everything works again.

like image 85
Kingalione Avatar answered Nov 01 '22 12:11

Kingalione