Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date value not change on Angular #51

Closed
ggsalas opened this issue Aug 8, 2017 · 2 comments
Closed

Date value not change on Angular #51

ggsalas opened this issue Aug 8, 2017 · 2 comments
Labels

Comments

@ggsalas
Copy link

ggsalas commented Aug 8, 2017

Hi, I have installed nodep-date-input-polyfill on an angular app and works well but the date is not updated (from 2017-08-08 to 2017-08-28) I see that the input have a correctly updated value but on the browser is wrong:

How I can solve this?

Thanks and best regards

I use Angular version 1.3.8

@stevenvachon
Copy link

There's date-input-polyfill, which doesn't have this issue. It, however, has a separate issue with DOMContentLoaded, which I've created a pull request for. Until it's merged, you can include it in your project:

"date-input-polyfill": "stevenvachon/date-input-polyfill#built"

@brianblakely
Copy link
Owner

For ng apps, there are bunch of datepickers that hook into Angular's plumbing. That fork is not really a polyfill and isn't quite maintained, but I think it was made to adapt this project for things like Angular.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants