Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 4ce0309

Browse files
committed
Change to evalAsync
1 parent 051f34a commit 4ce0309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui-ace.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ angular.module('ui.ace', [])
229229
// digest loop 'cause ACE is actually using this callback
230230
// for any text transformation !
231231
!scope.$$phase && !scope.$root.$$phase) {
232-
scope.$applyAsync(function () {
232+
scope.$evalAsync(function () {
233233
ngModel.$setViewValue(newValue);
234234
});
235235
}

0 commit comments

Comments
 (0)