angular-ui / ui-tinymce

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

Do not set contenteditable to true when in readonly mode #175

Closed deeg closed 9 years ago

deeg commented 9 years ago

This fixes #174 so that you can not change/delete/add text to an inline editor when in readonly mode.

deeg commented 9 years ago

Closing in favor of new pull request to merge into dev branch