angular-ui / ui-tinymce

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

Updating model on paste #144

Closed premghinde closed 9 years ago

premghinde commented 9 years ago

We have a use case where the user will paste and then hit the submit button. This would lead to the pasted content not being sent down the wire.

Note if you trigger any key press, the model is updated with the pasted content but we did not want to make the users have to rely on that.

deeg commented 9 years ago

Closing. Will take #167 if I can reproduce issue.