Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7e5e66f

Browse files
suryasinghgkalpak
authored andcommitted
docs(input[time]): fix a typo in the example
Closes #14220
1 parent 9ea5f73 commit 7e5e66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/input.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ var inputType = {
393393
}]);
394394
</script>
395395
<form name="myForm" ng-controller="DateController as dateCtrl">
396-
<label for="exampleInput">Pick a between 8am and 5pm:</label>
396+
<label for="exampleInput">Pick a time between 8am and 5pm:</label>
397397
<input type="time" id="exampleInput" name="input" ng-model="example.value"
398398
placeholder="HH:mm:ss" min="08:00:00" max="17:00:00" required />
399399
<div role="alert">

0 commit comments

Comments
 (0)