An opinionated AngularJS module that abstracts the standard angular $http module, and adds caching and application wide cache updating notiications. Using this module will greatly reduce the amount of code rewrite you will need to write in your data retrieval services.
- get
- fetch
- create
- update
- patch
- delete
bower install angular-http-cache --save
npm install angular-http-cache --save
angular.module('app', [
'angular-http-cache'
]).controller('Ctrl', function(
$scope,
$httpCache
){});
- ngdoc Documentation
- Unit Tests
- Gulp Tasks
Any contribution will be appreciated.