goodeggs / angular-cached-resource

An AngularJS module to interact with RESTful resources, even when browser is offline
MIT License
216 stars 29 forks source link

Programmatically add items to the cache #21

Closed hazeledmands closed 10 years ago

hazeledmands commented 10 years ago

Fixes #19 by adding two methods:

CachedResourceClass.$addToCache({ /* instance data */ }); cachedResourceInstance.$$addToCache();