Results 14 comments of Alex Chan

Do you have any more details on what is failing? Logs or otherwise?

@marktani I just tested on Apollo client 2.1 and this seems to be, for lack of a better word, resolved. If you can migrate then it will probably solve the...

Hello @JaKXz, if you have a jsbin that shows your issue that might be easier to see if it is related or not. I have to revisit how the ngModel...

@JaKXz ui-date doesn't currently handle multiple formats that well unless custom parsers are defined. If it is really coming from the server in a different format, for now the easiest...

Thanks for this, sorry for the delay as I was away. The breaking changes worry me as we have had issues created for those in the past and the validator...

I believe it parses these if there is no date format, however it's safest to use a Date in the model. So new Date("2014-08-20T00:00:00-04:00") will work to parse your iso...

Alas, there isn't a team for ui-date, just myself, and I am trying to find the difference between chrome and Firefox that causes this problem or a way to resolve...

Fantastic thanks, yah let's try to improve it. Wish I had more time to work on it but now that I'm not using it in production (or even angular) it...

Thanks for the update, no rush, I probably won't be able to merge until the 2nd week of April. Thanks for taking this on! On Wed, Mar 30, 2016 at...

I could be misunderstanding the problem, but the code in https://github.com/alexanderchan/ui-date/blob/issue-dateformat/demo/index.html appears to work with the recent beta release and up to date angular libraries.