最初の値の入力時、劣った値の入力、2 番目の値の入力時に ng-message でエラーを表示しようとしています。
html
<input type="time" ng-model="mytime.morning"/>
コントローラ
$scope.mytime={};
$scope.mytime.morning=moment("06:00", ["h:mm"]).toDate();
最初の値の入力時、劣った値の入力、2 番目の値の入力時に ng-message でエラーを表示しようとしています。
html
<input type="time" ng-model="mytime.morning"/>
コントローラ
$scope.mytime={};
$scope.mytime.morning=moment("06:00", ["h:mm"]).toDate();