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
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
The text was updated successfully, but these errors were encountered:
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:
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.
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
The text was updated successfully, but these errors were encountered: