ionic app iOS 9 problems [$rootScope:infdig] 10 $d

2019-02-13 09:38发布

This question already has an answer here:

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

1条回答
劫难
2楼-- · 2019-02-13 10:18

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.

查看更多
登录 后发表回答