angular-ui / ui-tinymce

AngularUI wrapper for TinyMCE
MIT License
488 stars 371 forks source link

Collisions #305

Closed RNACode closed 7 years ago

RNACode commented 7 years ago

Sometimes I get collisions in the element id. https://github.com/angular-ui/ui-tinymce/blob/master/src/tinymce.js#L54 As solution maybe need add a hash of an element or add random digit after?

rbecheras commented 7 years ago

Your issue is probably related to #295, #304 and #302 and #303 I think you should take a look to these issues/PR, it could help you investigate your issue.