angular-ui / ui-ace

This directive allows you to add ACE editor elements.
http://angular-ui.github.io/ui-ace
MIT License
578 stars 172 forks source link

Change to evalAsync #96

Closed benshell closed 9 years ago

benshell commented 9 years ago

A previous commit only fixes part of the problem with Angular 1.2.x compatibility: https://github.com/angular-ui/ui-ace/commit/9b5d5aaf7dd223f39a8595e54a96e769c9a381e6

There's another instance of applyAsync which should be changed to evalAsync to fix ng-model binding with Angular 1.2.x.