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.

Dependencies (0)

    Dev Dependencies (12)

    Package Sidebar

    Install

    npm i angular-http-cache

    Weekly Downloads

    0

    Version

    1.2.1

    License

    MIT

    Last publish

    Collaborators

    • njgerner