Open dannynelson opened 9 years ago
I noticed their is a slight difference between the ngResource and ngCachedResource api…
Instance methods for ngResource return a promise:
instance.save().then ->
Whereas instance methods on ngCachedResource return a property $promise which has a promise:
instance.save().$promise.then ->
Thanks!
I noticed their is a slight difference between the ngResource and ngCachedResource api…
Instance methods for ngResource return a promise:
Whereas instance methods on ngCachedResource return a property $promise which has a promise:
Thanks!