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.
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
andselectionChange
(one of these did the trick) - as recommended e.g. here http://stackoverflow.com/a/25600234/1315795.