angularjs实战整理

<input class="weui_input cac_cy1" type="text" placeholder="请选择时间" id="datetime-picker" ng-model="formlastDt">
$scope.formlastDt = $filter('date')($scope.DrivingLicenceData.LastTime, 'yyyy年MM月dd日');
$scope.DrivingLicenceData = { Days: ds };  //重置$scope.DrivingLicenceData.Days

 

posted @ 2016-09-28 15:00  cacti_vc  阅读(120)  评论(0编辑  收藏  举报