Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Unable to add multiple editor #350

Open
RahulSonone opened this issue Dec 12, 2017 · 1 comment
Open

Unable to add multiple editor #350

RahulSonone opened this issue Dec 12, 2017 · 1 comment

Comments

@RahulSonone
Copy link

<textarea ui-tinymce ng-model="model1" ></textarea>
<textarea ui-tinymce ng-model="model2" ></textarea>

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
Copy link

jiggak commented Jan 26, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants