Multiple 4.2 CKEditor instances on one page with AngularJS
问题 I am using CKEditor with angularJS. I have two editor windows as below: {{ modal.data.text }} <textarea id="Textarea1" data-ck-editor data-ng-disabled="modal.action=='delete'" data-ng-model="modal.data.text"></textarea> {{ modal.data.notes }} <textarea id="Textarea2" data-ck-editor data-ng-disabled="modal.action=='delete'" data-ng-model="modal.data.notes"></textarea> The application allows a user to select rows in a grid and then the following is executed to populate new data in the modal