angular-froala-wysiwyg
angular-froala-wysiwyg copied to clipboard
Events are not firing in 3.2.1!!!
I have events being passed to the froalaEditor through config:
<div [froalaEditor]="options"></div>
this.options = {
events = {
initialized: function(event) {
}
}
}
And the initialized event is never firing!!
Duplicate https://github.com/froala/angular-froala-wysiwyg/issues/421
Downgrade version fixed the problem for me. "froala-editor": "^3.1.0" "angular-froala-wysiwyg": "^3.1.0"
I was using version 3.1.0 without any issues, But right after updating to 3.2.1. All the events stopped triggering and some options are not applying to the toolbar. I had to downgrade to version 3.1.0.