You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
<inputtype="datetime-local" step="1" ng-model="datetime">
or
<inputtype="datetime-local" step="0.001" ng-model="milli">
When changing the second or millisecond value of the input, angular can not parse the input's value, and will also throw an error in the console.
Online demo here: http://jsbin.com/yusapo/2/edit
Try changing second or millisecond of the input after setting appropriate values to year, month, day, hour and minute to some value other than 00 or 000 and see the console in DevTools.
The text was updated successfully, but these errors were encountered:
xieranmaya
changed the title
Why does input[dateTimeLocal] directive do not support millisecond?
Input[datetimeLocal] directive do not support changing second and millisecond.
Sep 1, 2014
xieranmaya
changed the title
Input[datetimeLocal] directive do not support changing second and millisecond.
Input[datetimeLocal] directive do not support changing second and millisecond.[version 1.3.0-beta.19]
Sep 1, 2014
If I write
When changing the
second
ormillisecond
value of the input, angular can not parse the input's value, and will also throw an error in the console.Online demo here: http://jsbin.com/yusapo/2/edit
Try changing
second
ormillisecond
of the input after setting appropriate values to year, month, day, hour and minute to some value other than00
or000
and see the console in DevTools.The text was updated successfully, but these errors were encountered: