angular-ui / ui-tinymce

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

Unable to add multiple editor #350

Open RahulSonone opened 6 years ago

RahulSonone commented 6 years ago

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.

jiggak commented 6 years ago

I ran into a similar issue. I tracked it down to an issue were if the two ui-tinymce instances were linked at the same instant, they would both have the same DOM id. This affects version 0.0.17, and was fixed in 211b756. Try updating to latest to see if that helps you.