angular-ui / ui-tinymce

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

Do not set the parent form to pristine on init #259

Open pelizza opened 8 years ago

pelizza commented 8 years ago

The field should not control form state.

The issue was found when enabling ui-tinymce directive inside a form, which had other fields. When it enables, all other fields are set to pristine, since ui-tinymce set the form to pristine.

This behaviour has been removed.