1.2.1 • Published 7 years ago

angular-http-cache v1.2.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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.

1.2.1

7 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago