글
Getting $rootScope:inprog error when calling click method of input type file programmatically
A/Angularjs
2015. 5. 4. 00:32
참조 : http://stackoverflow.com/questions/27315796/getting-rootscopeinprog-error-when-calling-click-method-of-input-type-file-pro
In angular at any point in time, there can be only one $digest
or $apply
operation in progress.
$timeout
.를 이용하여 해결 할 수가 있다.
'A > Angularjs' 카테고리의 다른 글
responsive를 위한 AngularJS (0) | 2014.10.21 |
---|---|
Setting scope property with ng-init doesn't work (0) | 2014.06.07 |
accessing-parent-window-angular-scope-from-child-window (0) | 2014.06.01 |