当第一个值输入时间劣值输入第二个时,我会尝试使用 ng-message 显示错误,请问有什么想法吗?
html
<input type="time" ng-model="mytime.morning"/>
控制器
$scope.mytime={};
$scope.mytime.morning=moment("06:00", ["h:mm"]).toDate();
当第一个值输入时间劣值输入第二个时,我会尝试使用 ng-message 显示错误,请问有什么想法吗?
html
<input type="time" ng-model="mytime.morning"/>
控制器
$scope.mytime={};
$scope.mytime.morning=moment("06:00", ["h:mm"]).toDate();