angular-ui / ui-tinymce

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

Fix for ui-tinymce directive disabled state on init #153

Closed longzheng closed 9 years ago

longzheng commented 9 years ago

Fixing a bug from production version, toggleDisable did not work in the $timeout, the ensureInstance() method at that point can't actually find the instance. tinymce.get(attrs.id) returns null.