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

I'd like to put a AngularJS directive or component into the model but it does not render. Any ideas ? And yes, I have set "extended_valid_elements" to my directive "span[mydirective]"...

Hi; It my first time using ui-tinymce, I followed the official tutorial to create a simple timymce editor and I have this exception: `Theme is not a constructor` **controller.js** ```...

In cls1 div editor show properly but the second editor not appears.When I remove ng-model from the first div then second editor display.

Is it possible to make the debounce time delay in the angular-ui-tinymce as configurable? The debounce delay is causing issues while working with other plugins like ment.io (mentions). So it...

Text removal from text area doesn't update ng-model. This event will fix that bug . It is essential as in cases when we try to disabled submit button based on...

Hi, recently I wanted to turn on _autosave_ plugin and it doesn't seem to be working with this angular wrapper. I tried [this](http://valtlfelipe.github.io/TinyMCE-LocalAutoSave/) plugin instead, but again it's not working....

I have a scenario where i have multiple tabs of angular bootstrap. In each tab there is an input on click of that input the rich text box appear and...

Upon destroy we need to delete the setup method from the options object. Otherwise this is causing memory leaks leading to scope not being destroyed.

The purpose of this PR is to implement issue #342. The current filename of the main script and it's minified incarnation conflict with the name of the TinyMCE script. Automated...