这是我的指令的 HTML:
<textarea data-modal="modal" data-mydir ng:model="abc"></textarea>
在我的指示中,我这样说:
return {
require: 'ngModel',
replace: true,
scope: {
modal: '=modal',
ngModel: '=',
pid: '=pid'
}
}
谁能告诉我,需求的意义是什么: ngModel
?我在许多不同的指令中都看到了这一点。我能称之为数据模式吗?
我很困惑,因为当我把它改为 data-modal
我得到一个消息从角说
Controller 'ngModel', required by directive 'textarea', can't be found!