angular-http-cache

1.2.1 • Public • Published

angular-http-cache

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.

Features

  • get
  • fetch
  • create
  • update
  • patch
  • delete

Install

Bower

bower install angular-http-cache --save

NPM

npm install angular-http-cache --save

Usage

Require angular-http-cache

angular.module('app', [
    'angular-http-cache'
]).controller('Ctrl', function(
    $scope,
    $httpCache
){});

Methods

Todos

  • ngdoc Documentation
  • Unit Tests
  • Gulp Tasks

Any contribution will be appreciated.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.1
    1
    • latest

Version History

Package Sidebar

Install

npm i angular-http-cache

Weekly Downloads

1

Version

1.2.1

License

MIT

Last publish

Collaborators

  • njgerner