angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

$setUntouched #231

Closed ton0913nguyen closed 8 years ago

ton0913nguyen commented 8 years ago

ngModel.$setUntouched(); is not a function (line 66)

deeg commented 8 years ago

My guess this is related to your version of angular.

The latest release of this library is tested with the latest 1.4.x version. Is it possible to update?

I am going to think about adding checks in to protect against this error or making a decision to interface with a certain version of angularjs and note the breaking change. Will get back to you soon.

deeg commented 8 years ago

Going to close this issue. The recommendation is to update to the latest stable angular (1.4.9).