All Questions
Tagged with angularjs-http angular-cache
1 question
1
vote
3
answers
2k
views
AngularJS $http.get cache not working
After next(Route) to other page, come back it still call back the link.
How to cache JSON data from http call to optimize performance?
Try some solution but not working
$http.get(url, { cache: true}...