Tag: iOS9

iOS 9, Ionic, Cordova, Angular & 10 $digest() iterations reached

TL;DR: If your getting $digest errors in your Cordova application using Angular (as Ionic does) in iOS9 Apply this patch. —————————- Late Wednesday I received an error via Rollbar. a error tracking service that I started looking at. Error: [$rootScope:infdig] 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [] http://errors.angularjs.org/1.4.3/$rootScope/infdig?p0=10&p1=%5B%5D It
Read More »