This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Closed
Description
The left menu, the URL, the title of the page and the Usage section of https://code.angularjs.org/1.3.0/docs/api/ng/input/input%5BdateTimeLocal%5D indicate that the type
attribute of the input is dateTimeLocal
. But the code example uses datetime-local
.
The code example seems to be right, since an input with a date mask and a spinner is displayed by Chrome when using datetime-local
, whereas a simple text input is displayed when using dateTimeLocal
.
If you confirm that datetime-local should be used everywhere, I can probably submit a PR.