lemonde / angular-ckeditor

CKEditor directive for Angular.
137 stars 133 forks source link

Update angular-ckeditor.js #48

Open human33 opened 8 years ago

human33 commented 8 years ago

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).

human33 commented 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)

JBustin commented 8 years ago

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