angular.module('myExample') .directive('myMatchValidate', function () { return { restrict: 'A', // 必須使用ngModel 取得input value require: 'ngModel', ...
確定! 回上一頁