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

Description
It doesn't honour parent <fieldset> ng-disabled state...
<fieldset ng-disabled="true">
<textarea ui-tinymce="opts" ng-model="myModel"></textarea>
</fieldset>
And it even won't respect own ng-disabled directive.
<textarea ui-tinymce="opts" ng-model="myModel" ng-disabled="true"></textarea>
This is important for example to prevent the user to continue writing text on the control after he has submitted the form.