Thomas Chinery

Results 5 comments of Thomas Chinery

You could set your env variable to a empty string and check its length to determine if it's been set or not. For example: In .env: ``` MOCK_CURRENT_LOCATION= ``` In...

Just for reference (and if anyone else has this issue using @rovercoder ) solution, it seems the `parse` function in the new DateTimeAdapter class wouldn't accept ISO 8601 strings and...

I had the same issue in a Ruby on Rails application where I needed to use ngGallery. I was using Restangular to set an empty array of images then update...

I have added a pull request that allows you to get the index of a clicked thumbnail through a callback - which should allow you to perform actions on the...

I'm open to suggestions on what to call the on thumb click callback. ~~I would be happy to code that up, won't be for a couple of days though -...