1.0.4 • Published 9 years ago

angular-http-loading-interceptor v1.0.4

Weekly downloads
18
License
-
Repository
github
Last release
9 years ago

HTTP Loading Interceptor Module for Angular 1.4+

This will :

  • intercept all the requests done in the app
  • display a spinner (you have to add the directive's html to your main template)
  • make you successful, obviously

    You should customize the css by overwriting #httpLoadingSpinner in your app's stylesheet.

Usage

Register this module in your app:

import httpLoadingInterceptor from 'vendor/angular-http-loading-interceptor';
var app = angular.module('app', [ 'HttpLoadingInterceptor' ]);

Include the css:

import 'angular-http-loading-interceptor/spinner.css';

Add the directive to your template:

<!-- #httpLoadingSpinner -->
<div id="httpLoadingSpinner" http-loading-interceptor-spinner></div>
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago