SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 94 JavaScript

docs(ngModel.NgModelController) use `$evalAsync` instead of `$apply` for event handling

Have the apply called safely during events by using `$evalAsync` rather than `$apply`
This will help ensure that an apply for a user directive is not called during a digest cycle.

Closes #9891
A
AlexChan committed
804e75045c0e2b2b8876a1cb28b22311f2895ce6
Parent: ebc3b7b
Committed by Caitlin Potter <caitpotter88@gmail.com> on 11/11/2014, 6:59:17 PM