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

Want to store array response as array itself #93

Open wishbooks opened 7 years ago

wishbooks commented 7 years ago

As per the angular-cached-resource, it is storing array list of object into each array item as object.

But want to store full response in localstorage as array.

Is there any flag or solution possible for this?