angular中一切自定义的属性和标签都是指令
ng-controller应该就是一个
Module.directive('ng-controller', function () {
restrict: 'A'
};
});
ng-controller应该就是一个
Module.directive('ng-controller', function () {
restrict: 'A'
};
});
2016-07-20