angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

'click' event not caught #189

Closed LynnDemarest closed 8 years ago

LynnDemarest commented 8 years ago

Added this to the setup: section in "options":

ed.on('click', function (e) { ed.save(); ngModel.$setViewValue(elm.val()); if (!scope.$$phase) { scope.$apply(); } });

deeg commented 8 years ago

Are you seeing any errors in the console?

Please include a Plunker which re-creates the problem you are describing.

You can use this plunker as a template to create your own.

deeg commented 8 years ago

Closing this issue due to inactivity. Please feel free to open another issue with a plunker reproducing it.