I am using ui-tinymce (https://github.com/angular-ui/ui-tinymce) for one of my projects. Working by the demo (there isn't much documentation for the directive). In general everything is working fine except the source code editor.
In my case WYSIWYG is opening within a modal (also angular: http://angular-ui.github.io/bootstrap/#/modal). The implementation of source code in timyMCE is opening another modal. Normally it is not a problem, however in my case the textarea of source code is not editable. If I force close the the first modal, source code becomes aditable.
At this point, I am not even sure where to dig. The only thing that I can see is that source code textarea have an event attached to it (not sure if it should).
I would appreciate any help in any direction.