ui-tinymce
ui-tinymce copied to clipboard
AngularUI wrapper for TinyMCE
Ex: ``` Message ``` **Fixe**: ``` if (!attrs.id) { var uniqueId = uiTinymceService.getUniqueId(); attrs.$set('id', uniqueId); } ```
close https://github.com/angular-ui/ui-tinymce/issues/315
This is a follow up of issue #238 which should have fixed incorrect $dirty reports. Basically what happens is that a form just loaded will report the field as being...
I upgrade to Tinymce 4.5.5. As a result, ui-tinymce could not load tinymce. TinyMce 4.5.4 still be loaded normally. How to fix it?
Hi, I have the next problem: Select al content of the editor (ctrl+A) presst backspace to delete all content, Then if check the content model attributte is not empty and...
Similar issue to #321 On Firefox (I'm using the latest version): - select all content in the editor - right click on mouse and select "delete", "cut" or "undo" from...
This badge will show the version on CDNJS.
Hello. What am I doing wrong here, the browse image button doesn't show up. ``` $scope.options = { plugins: [ "advlist autolink lists link image charmap print preview anchor", "searchreplace...
This fixes issue #158.