alekseykulikov / backbone-offline

[Deprecated] Allows your Backbone.js app to work offline
MIT License
720 stars 56 forks source link

Backbone.js offline not saving to local storage after fetch #44

Open RichardOzols opened 11 years ago

RichardOzols commented 11 years ago

I am fetching data from the server and the collection is updated properly, but I am having problems saving the server data in localStorage. I have tried using all the methods provided by the library, but the only time it is recorded locally is when I save a new model.

In short, I just want to store all existing server data locally after fetch.

RichardOzols commented 11 years ago

@ask11 can you please let me know if this is something that should be happening as part of your solution i.e. fetched data stored locally?