lemonde / angular-ckeditor

CKEditor directive for Angular.
137 stars 133 forks source link

Update model when editing in source mode #41

Open smajl opened 8 years ago

smajl commented 8 years ago

Hi guys, can you please quickly check, if the angular models gets properly updated when editing in the source mode with latest version of angular-ckeditor and ckeditor itself? I have older versions (0.1.1 and 4.4.5) and it does not - model updates only after exiting the source mode.

I had to manually modify the update events to include key, paste and selectionChange (one of these did the trick) - as recommended e.g. here http://stackoverflow.com/a/25600234/1315795.

dularion commented 8 years ago

I have the same problem! Any fix for that in sight?

Firzenizer commented 7 years ago

I also ran into this issue. Quite annoying.