Dave Merwin

Results 3 issues of Dave Merwin

I've never seen this issue before. The issue is coming up whenI try to call a cached file from a template. My model fields: ``` image = models.ImageField(upload_to='fly_image', help_text="Add a...

I have a setup where the default location is your location. autoGeocode: true. When you search for a location in say a different state, the data loads fine but the...

For example: (uses ui-router) ``` Restangular.one('items', $stateParams.itemId).get().then(function(item){ console.log(item.id); $scope.item = item; }); ``` The above returns an array with the object. But the same call to the same resource with...

cannot reproduce
waiting for example