Hi,
I got some issues with dates that were formatted as ISO String.
I'm running angularjs version 1.6.7.
You may want to look at this commit and see if you can take it back? laguiz@d58f048
Change is not a big deal but I'm not sure it fit the original idea.
Basic idea is to avoid to use angular.isDate() and try to parse with moment() to see if String is correct (eg: ISO String date).
Ideally I will drop this fork if you can take this back.
Hi,
I got some issues with dates that were formatted as ISO String.
I'm running angularjs version
1.6.7.You may want to look at this commit and see if you can take it back? laguiz@d58f048
Change is not a big deal but I'm not sure it fit the original idea.
Basic idea is to avoid to use
angular.isDate()and try to parse with moment() to see if String is correct (eg: ISO String date).Ideally I will drop this fork if you can take this back.