ui-tinymce icon indicating copy to clipboard operation
ui-tinymce copied to clipboard

AngularUI wrapper for TinyMCE

Results 70 ui-tinymce issues
Sort by recently updated
recently updated
newest added

[This line](https://github.com/angular-ui/ui-tinymce/blob/master/src/tinymce.js#L85) sets the form containing a tinymce directive as pristine when the editor is configured. I'm not sure why this is necessary, but it makes it unnecessarily convoluted to...

upgrade tinymce to 4.7.1 (from ~4.5.1)

Hey everyone, I'm sorry about the limited time I have had to maintain this library. Things at work have been crazy and have been focusing on things Angular 2. If...

in my custom options some do not work such as: bullist numlist image forecolor backcolor this is my options: ![image](https://cloud.githubusercontent.com/assets/5162481/24447160/9f4a7768-14a2-11e7-9ffc-47430ecef5aa.png) this is view: ![image](https://cloud.githubusercontent.com/assets/5162481/24447185/b35377f0-14a2-11e7-83bb-8386e53c3497.png)

To reproduce Put the editor on a dialog Close the dialog without editing any of the text An error occurs in in the tinyInstance.remove() calls Put the editor on a...

needs plunker

I feel your src/dist file should really be called angular-ui-tinymce.js and not tinymce.js because that's what it is.. Gulp build processes will often pull all the main files into a...

This problem can be reproduced on demo.html, open in chrome, click to an empty line, and click bold/italic button. Those buttons are supposed to be highlighted (see tinymce homepage example),...

bug

I'm trying to set callback **save_onsavecallback** for the save plugin. But it looks like it is not at all registered as a callback through the init options. I expected to...

needs investigation

When using the same tinymce editor for different rows of content (i.e. open row 1 to populate editor, close row 1, then open row 2 to populate the same editor),...

Hi, How to define 'label' for this directive.