FacultyCreative / ngActiveResource

Connects business objects and REST web services for Angular.js
255 stars 34 forks source link

Working directly with cache #42

Open andrejkaurin opened 10 years ago

andrejkaurin commented 10 years ago

What about working and querying on cache explicitly? Sometimes there are needs to work in "offline" mode and then sync data after some period of time.

Update:

brayniverse commented 10 years ago

@andrejkaurin That's cool, its something I needed for a previous project. Would be cool to see it here too.

jamescam22 commented 10 years ago

Yeah, this library is pretty much a no-go for me since I'm developing on PhoneGap... Offline mode is pretty imperative!