esvit / ng-ckeditor

BSD 3-Clause "New" or "Revised" License
265 stars 137 forks source link

Add picture via uploadimage does not update model #71

Closed lukashinsch closed 8 years ago

lukashinsch commented 8 years ago

Hi, When I paste/drop an image via uploadimage plugin the model does not get updated. This seems to be due to the listener on the "pasteState" event being commented-out (see https://github.com/esvit/ng-ckeditor/blob/master/ng-ckeditor.js#L117). When I activate the line everything works fine. Any reason why this was removed? Thanks.

kierenj commented 8 years ago

Inappropriate place to ask perhaps, but how are you using the plugin with ng-ckeditor? Other issues on GH talk about a 'lib' folder, which doesn't exist, and adding a 'plugins' folder to my ng-ckeditor folder doesn't do anything; ckeditor still tries to download the plugin from the official site (and fails).