adrianlee44 / ng-backbone

Backbone data model and collection for AngularJS
http://adrianlee44.github.io/ng-backbone/
MIT License
44 stars 8 forks source link

Using a custom cache provider? #10

Closed jlmakes closed 7 years ago

jlmakes commented 9 years ago

Sup bros @adrianlee44 @chemoish. I saw #6.

I played with options.cache = true in ngBackbone.sync which added the baked in $http caching… but I need more control, namely for invalidation and/or using a custom cache provider.