Problem:
- froala-editor custom element never updates the bound value and no events are ever called
Update:
It appears that if the event listeners are added by specifying them in the config passed to the FroalaEditor class instead of adding them to the DOM element, then they are called appropriately.
Create vanilla aurelia-cli (1.0.1) project with following settings:

Follow webpack instructions for this plugin
Problem:
Update:
It appears that if the event listeners are added by specifying them in the config passed to the FroalaEditor class instead of adding them to the DOM element, then they are called appropriately.