angular-ui / ui-tinymce

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

Print plugin not populating #331

Closed saboehnke closed 7 years ago

saboehnke commented 7 years ago

I am attempting to add the print plugin to my implementation of tinymce but no matter what it will not show up. Here is what I have for setting it up:

$scope.tinymceOptions = { onChange: function (e) { // put logic here for keypress and cut/paste changes }, inline: false, plugins: "code, textcolor, image, preview, table, autoresize, print", toolbar: "forecolor backcolor, table, image, preview, format, code, print", menubar: "file, edit, insert, view, format, table, tools", themes: "modern" }