1
なぜ私がそれにテキストを変更した場合に耳規則が命中指示をしないのを助けてください。これは私の指示である角度指示が命中指示でない場合
<div ng-controller="EmployeeController">
<input type="text" message /></div>
angular.js
angular.module('MyApp')
.controller('EmployeeController', function ($scope) {....}
指令
angular.module('MyApp')
.directive('message', function() {
debugger; return {
//compile:function($scope,elem,attr){
// // console.log(attr.text);