Chris Edson
Chris Edson
I managed to fix this through updating ab-test.js to: ```javascript .factory('ab', ['abMfg', function (abMfg) { return abMfg(); }]) ``` and ab-svc.js to: ```javascript this.$get = ['AB', function (AB) { return...
This seems to happen to me whenever I use the meridian (am / pm), especially when I use a space between the minutes and am/pm. No consistency to reproduce though.
Hmm. This gives me errors. Glad it worked for you though! If I get any time I might do a pull and see if I can fix the whole thing...
Hey all - We suspected this was a culprit for us, but when we delved in to it a bit more, we discovered this was actually a bug with inverted...
I believe this is the same bug as https://github.com/jeremybarbet/react-native-modalize/issues/451