Tag: Angular

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 »

Trying Meteor on Azure Web Apps\Websites

I’ve been starting to play around with NodeJS, the MEAN stack and now recently Meteor. As a developer, I’d like another tool in my belt. I’ve got the .Net Framework stack down, but what if I had to use something else. I’m not a huge fan of Java, although Java 8/9 looks interesting with LINQ
Read More »