Skip to content

albizeka/angular-loading-interceptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

# Angular Loading Interceptor Angular Loading Interceptor is library for loading in your website until all http requests are done ## Installation Via bower `bower install angular-loading-interceptor` ## Usage First of all load this service in your project you can copy it from the file `LoadingInterceptor.js` or if you install via bower
  1. var app = angular.module("myApp", ["loading-interceptor"])

  2.    $httpProvider.interceptors.push("LoadingInterceptor")
     });```
    
    
  3. <div class="loader" ng-if="loading">Loading ...</div>

Contributing

  1. Fork it!
  2. Create your feature branch from remote dev
  3. Push it
  4. Thank's for all your help :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published