私の指令では:
app.directive('ckEditor', [function () {
return {
require: '?ngModel',
link: function ($scope, elm, attr, ngModel) {
および HTML:
<textarea style="height: 350px; width: 98%"
data-ck-editor
data-editor-size="wide"
data-ng-disabled="modal.action=='delete'"
data-ng-model="modal.data.notes"
name="notes"></textarea>
要素に割り当てた名前にアクセスする方法はありますか?