Hey folks,
I’m using AngularJS Cache factory to cache some JSONP requests and it is working fine, but only for the second request and beyond. Looks like that everytime that the app is closed the cache is deleted or something like that.
How can i create a persistent cache on ionicframework?
Thanks