Mike
Member since Nov 27, 2013
- Profile: /members/11440-mike.htm
- Comments: 1
Recent Blog Comments By Mike
-
Applying A Cached Response To An AngularJS Resource
Posted on Nov 27, 2013 at 11:29 PM
Ben, This is a great example and coming in very handy, however, I do have a question. In my current code, I'm doing something like this: $scope.barriers = Barrier.query(function() { //success }, function() { //fail }); How can I get a promise returned when the resource data has been loaded so ... read more »