8000 Tags · kayjtea/ui-date · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kayjtea/ui-date

Tags

0.0.4

Toggle 0.0.4's commit message
fix(setViewValue): only update the model with the real date on blur

Getting the timing right on updating the model is really tricky.
Now, if you enter text in the input box directly it updates the model
as for any input box.  But when you blur away, it uses the date picker
to convert the value to a date object.

Previously, as soon as you made changes in the input box it was
immediat
7A3D
ely updating the date, which was preventing typing.

Closes angular-ui#18

0.0.3

Toggle 0.0.3's commit message
v0.0.3

0.0.2

Toggle 0.0.2's commit message
bump version

0.0.1

Toggle 0.0.1's commit message
First release after escape from angular-ui repos

0