opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Digest Error #228

Open bobbydams opened 10 years ago

bobbydams commented 10 years ago

On machines using the Windows version of Google Chrome we are seeing a $digest error. I have no idea where to begin debugging this error because it only occurs sometimes. Do you know what could cause such an error?

Error: 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [["fn: $locationWatch; newVal: 10; oldVal: 9"],["fn: $locationWatch; newVal: 11; oldVal: 10"],["fn: $locationWatch; newVal: 12; oldVal: 11"],["fn: $locationWatch; newVal: 13; oldVal: 12"],["fn: $locationWatch; newVal: 14; oldVal: 13"]] at Error () at Object.Scope.$digest (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:28732:19) at Object.$rootScope.$digest (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:35889:31) at Object.$rootScope.$digest (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:35936:31) at Object.Scope.$apply (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:28904:24) at Object.$rootScope.$apply (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:35929:27) at window.onresize (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/softwear6/softwear.js:101:14) jquery-mobile-angular-adapter-standalone-1.3.1.js:26511 Uncaught Error: 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [["fn: $locationWatch; newVal: 10; oldVal: 9"],["fn: $locationWatch; newVal: 11; oldVal: 10"],["fn: $locationWatch; newVal: 12; oldVal: 11"],["fn: $locationWatch; newVal: 13; oldVal: 12"],["fn: $locationWatch; newVal: 14; oldVal: 13"]] jquery-mobile-angular-adapter-standalone-1.3.1.js:28732 Error: 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [["fn: $locationWatch; newVal: 21; oldVal: 20"],["fn: $locationWatch; newVal: 22; oldVal: 21"],["fn: $locationWatch; newVal: 23; oldVal: 22"],["fn: $locationWatch; newVal: 24; oldVal: 23"],["fn: $locationWatch; newVal: 25; oldVal: 24"]] at Error () at Object.Scope.$digest (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:28732:19) at Object.$rootScope.$digest (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:35889:31) at Object.$rootScope.$digest (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:35936:31) at Object.Scope.$apply (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:28904:24) at Object.$rootScope.$apply (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/vendor/jquery-mobile-angular-adapter-standalone-1.3.1.js:35929:27) at window.onresize (https://www.softwear.nl/postest/cdn/v_6.1.11_build_212_test/js/softwear6/softwear.js:101:14) jquery-mobile-angular-adapter-standalone-1.3.1.js:26511 Uncaught Error: 10 $digest() iterations reached. Aborting! Watchers fired in the last 5 iterations: [["fn: $locationWatch; newVal: 21; oldVal: 20"],["fn: $locationWatch; newVal: 22; oldVal: 21"],["fn: $locationWatch; newVal: 23; oldVal: 22"],["fn: $locationWatch; newVal: 24; oldVal: 23"],["fn: $locationWatch; newVal: 25; oldVal: 24"]]