angular-ui / ui-tinymce

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

Testing with Jasmine and karma #320

Closed saboehnke closed 7 years ago

saboehnke commented 7 years ago

Is it possible to get the content that is loaded into tinymce when using jasmine and karma? tinymce.activeEditor.getContent() is null since it acts as if the tinymce object doesn't exist.

xOchoa commented 6 years ago

Hey, @saboehnke how do you solved this?