Skip to content

Commit dc818e1

Browse files
rishabhjainlgalfaso
authored andcommitted
docs(input[time]): fixes a typo
1 parent e51174b commit dc818e1

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
@@ -332,7 +332,7 @@ var inputType = {
332332
*
333333
* @description
334334
* Input with time validation and transformation. In browsers that do not yet support
335-
* the HTML5 date input, a text element will be used. In that case, the text must be entered in a valid ISO-8601
335+
* the HTML5 time input, a text element will be used. In that case, the text must be entered in a valid ISO-8601
336336
* local time format (HH:mm:ss), for example: `14:57:00`. Model must be a Date object. This binding will always output a
337337
* Date object to the model of January 1, 1970, or local date `new Date(1970, 0, 1, HH, mm, ss)`.
338338
*

0 commit comments

Comments
 (0)