We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ac68d commit 0579430Copy full SHA for 0579430
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