ui-tinymce
ui-tinymce copied to clipboard
AngularUI wrapper for TinyMCE
Hi, Im trying to use ui-tinymce with lazy loaded the tynyMCE npm module via webpack like: ``` // Main module require('angular-ui-tinymce'); angular.module('pages', [ 'ui.tinymce' ]); // And then in my...
Hi, I am having issues getting this directive to follow ng-disabled. There seems to be an issue where in the `toggleDisable` function, the `tinyInstance` variable is always null. Plunkr: https://plnkr.co/edit/7gnFLWZQkWtKhN68LJTs?p=preview...
Sometimes it is showing tinymce editor sometimes it is showing text area.
I had this code: ``` ``` This cause the model var "plantillaCorreo.entidad.Cuerpo" becomes undefined, also printing {{plantillaCorreo.entidad.Cuerpo}} displays nothing and of course the 2-way databinding stops working. I was trying...
What should I do to be the maintainer?
Hi, I've tried to install ui-tinymce in a Visual Studio 2017 solution through a nuget package. Unfortunately, I cannot update the version of angular from 1.3.6 to 1.4.x, it just...
## Description When there is a 'save' plugin present in tinymce then the intention is to control the saving operation using a callback or saving via a button. In the...