We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ea5f73 commit 7e5e66fCopy full SHA for 7e5e66f
src/ng/directive/input.js
@@ -393,7 +393,7 @@ var inputType = {
393
}]);
394
</script>
395
<form name="myForm" ng-controller="DateController as dateCtrl">
396
- <label for="exampleInput">Pick a between 8am and 5pm:</label>
+ <label for="exampleInput">Pick a time between 8am and 5pm:</label>
397
<input type="time" id="exampleInput" name="input" ng-model="example.value"
398
placeholder="HH:mm:ss" min="08:00:00" max="17:00:00" required />
399
<div role="alert">
0 commit comments