GetmeUK / ContentTools

A JS library for building WYSIWYG editors for HTML content.
http://getcontenttools.com
MIT License
3.95k stars 395 forks source link

Unable to see image after upload #394

Closed dirkjacobs closed 7 years ago

dirkjacobs commented 7 years ago

Trying to integrate ContentTools in an Angular app. When trying to add an Image, the upload dialog opens, I can select a file, but the uploaded file doesn't become visible

can't see any error or info in the console

Any suggestion ?

D.

dirkjacobs commented 7 years ago

Already found part of the reason. Seems I installed a new version and the event-binding has changed. bind( xx.fileReady ) > addEventListener(xx.fileready) : events are no longer camel-case

anthonyjb commented 7 years ago

Yeah the event system got a complete overhaul in release 1.2.0 are you still having issues, can you provide an example of you code?