该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
一、ng-show/ng-hide 二、ng-if 三、ng-switch 四、ng-open 阅读全文
摘要:
一、ng-class 二、ng-style <!DOCTYPE HTML> <html ng-app='myApp'> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <script src=" 阅读全文
该文被密码保护。 阅读全文
摘要:
一、angularjs的指令 *ng-disabled(按钮禁用)—服务$interval *ng-readonly(只能针对输入框) *ng-checked *ng-value(用户体验比用) 阅读全文
摘要:
$scope.formlastDt = $filter('date')($scope.DrivingLicenceData.LastTime, 'yyyy年MM月dd日'); $scope.DrivingLicenceData = { Days: ds }; //重置$scope.DrivingLicenceData.Days 阅读全文