kruser / pitchfx-site

A webapp for searching PitchFX data
Apache License 2.0
21 stars 7 forks source link

Date filters show up empty #49

Closed kruser closed 10 years ago

kruser commented 10 years ago

This is only reproducable in minified code on production or by running...

grunt serve:dist

image

kruser commented 10 years ago

This issue was only one that I could reproduce working with the production pitchfx.org site. I couldn't reproduce it locally, even when using minified/uglified code. So it turns out that there is a timing bug with webkit and angular.

I tried for awhile to hack around it with no luck. So in the end I gave up on the native input date picker and am giving everyone the ui-bootstrap datepicker. This is a little less desirable on mobile & tablets as the native datepicker is great, but if it doesn't work with angular ng-model it is of no use to me.