Open human33 opened 8 years ago
May be this issue(https://github.com/lemonde/angular-ckeditor/issues/47) is effect of too late sync and will be fixed with my commit (i had problem like in this issue until not fix)
Hi @human-- I don't find "input" event in ckeditor documentation : http://docs.ckeditor.com/#!/api/CKEDITOR.editor
Have you got more informations about this event ? Thx
Add sync view on "input" event (without it for update model we need change focus, this cause problem with case when user focused on editor and then click on button like "send" where sends network request, and in result data sends and only then model updates on "change" event).