angular-ui / ui-tinymce

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

ng-required is not working #161

Closed ghost closed 9 years ago

ghost commented 9 years ago

... it just not working...

kawazoe commented 9 years ago

My guess is this is probably caused by tinymce always returning some data in the model. It will always contain at least an empty p element.

deeg commented 9 years ago

Possibly related to #150

deeg commented 9 years ago

Here is a plunker demonstrating ng-required working with the latest release (v.0.0.10).

If you are still having issues please ask any questions you may have using the angular-ui-tinymce tag on StackOverflow.

If you have any bugs please create a Plunker reproducing and open a new issue.