I am working on trying to implement an AngularJS project inside TideSDK. However, when running the program, I get the following errors:
[09:15:57:982] [Ti.API] [Error] 10 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: [["fn: $locationWatch; newVal: 29; oldVal: 28"], ["fn: $locationWatch; newVal: 30; oldVal: 29"],["fn: $locationWatch; newVal: 31; oldVal: 30"],["fn: $locationWatch; newVal: 32; oldVal: 31"],["fn: $locationWatch; newVal: 33; oldVal: 32"]]
I attempted a fix related to this thread but it has had no effect.
AFAIK, Tide is based on the latest Chromium. I imagined they would work well together.
This all started when I implmented the routing system in Angular.
TideSDK is currently still using a very old version of webkit. It will be upgraded to the most recent version of webkit with TideSDK version 1.4, soon.