i"m tring to display error with ng-message when first value input time inferior value input second any any idea please ?
html
<input type="time" ng-model="mytime.morning"/>
controller
$scope.mytime={};
$scope.mytime.morning=moment("06:00", ["h:mm"]).toDate();