ui-tinymce
ui-tinymce copied to clipboard
AngularUI wrapper for TinyMCE
I have a screen that allows the user to edit several HTML sections in the same page. So there's a `$scope` variable called `contents`, that has a bunch of objects...
The field should not control form state. The issue was found when enabling ui-tinymce directive inside a form, which had other fields. When it enables, all other fields are set...
https://github.com/akatov/angular-contenteditable As tinymce use `contenteditable=true` behavior, `ui-tinymce` has to deal with it and `ngModel`. I just want to report to you this project, in case you will want to transfert...
...which prevents bold/itlic button to not gain focus on empty lines due to markCaretContainersBogus() function in tinymce being called. The is to fix issue #229.
I'm running into an issue where users need to be able to copy & paste + type large amounts of text for a given field of data, such as a...
Make sure there is a button to open demo in plunker for easy plunker creation. Look at [angular-ui/bootstrap](https://github.com/angular-ui/bootstrap) for an example.
it needs 4 calls to become available... 
- Add test coverage capability - Bring up test coverage - Clean up ignored tests - Fix timeouts needed in tests