Skip to content

Commit d906ed3

Browse files
jnizetNarretz
authored andcommitted
docs(input): replace dateTimeLocal by datetime-local
Fixes angular#9856 Closes angular#9870
1 parent 0b16d10 commit d906ed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ng/directive/input.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ var inputType = {
200200

201201
/**
202202
* @ngdoc input
203-
* @name input[dateTimeLocal]
203+
* @name input[datetime-local]
204204
*
205205
* @description
206206
* Input with datetime validation and transformation. In browsers that do not yet support
@@ -2290,7 +2290,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
22902290
* - {@link input[email] email}
22912291
* - {@link input[url] url}
22922292
* - {@link input[date] date}
2293-
* - {@link input[dateTimeLocal] dateTimeLocal}
2293+
* - {@link input[datetime-local] datetime-local}
22942294
* - {@link input[time] time}
22952295
* - {@link input[month] month}
22962296
* - {@link input[week] week}

0 commit comments

Comments
 (0)