angular.module('directiveMO',[])
.directive('fileModel',function($parse){
// todo
return {
restrict : 'A',
link:function(scope, element, attrs, ngModel){
},
}
})
angular directive
最新推荐文章于 2021-12-29 15:03:25 发布