8000 docs(input): replace dateTimeLocal by datetime-local by jnizet · Pull Request #9870 · angular/angular.js · GitHub
[go: up one dir, main page]

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

docs(input): replace dateTimeLocal by datetime-local #9870

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/ng/directive/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ var inputType = {

/**
* @ngdoc input
* @name input[dateTimeLocal]
* @name input[datetime-local]
*
* @description
* Input with datetime validation and transformation. In browsers that do not yet support
Expand Down Expand Up @@ -2292,7 +2292,7 @@ var NgModelController = ['$scope', '$exceptionHandler', '$attrs', '$element', '$
* - {@link input[email] email}
* - {@link input[url] url}
* - {@link input[date] date}
* - {@link input[dateTimeLocal] dateTimeLocal}
* - {@link input[datetime-local] datetime-local}
* - {@link input[time] time}
* - {@link input[month] month}
* - {@link input[week] week}
Expand Down
0