0
スコープで$apply
をトリガーすると、再帰エラーが多すぎます。
コンソール出力:
Error: too much recursion
[email protected]://.../lib/angular.js:355:10
[email protected]://.../lib/angular.js:551:9
[email protected]://.../lib/angular.js:546:23
[email protected]://.../lib/angular.js:563:28
...
Error: 10 $digest() iterations reached. Aborting!
Watchers fired in the last 5 iterations: []
$RootScopeProvider/this.$get</[email protected]://.../lib/angular.js:7756:19
$RootScopeProvider/this.$get</[email protected]://.../lib/angular.js:7926:13
「AngularJS v1.0.3」で使用 – marlo