angular-loading-overlay-http-interceptor
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -8,3 +8,3 @@ { | ||
"description": "Directive to manipulate overlays on async operations.", | ||
"main": "dist/angular-loading-overlay-spin.js", | ||
"main": "dist/angular-loading-overlay-http-interceptor.js", | ||
"keywords": [ | ||
@@ -11,0 +11,0 @@ "angular", |
{ | ||
"name": "angular-loading-overlay-http-interceptor", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Angular loading overlay integration with http interceptor", | ||
@@ -5,0 +5,0 @@ "repository": { |
# Angular loading overlay http interceptor | ||
The module allows you to show overlay on every ajax request with [angular-loading-overlay](http://bsalex.github.io/angular-loading-overlay/_site/) | ||
The module allows you to show loading overlay on every ajax request with [angular-loading-overlay](http://bsalex.github.io/angular-loading-overlay/_site/). | ||
It also includes requests matcher, which allows to act only on certain requests. | ||
Copyright (c) 2016 Oleksandr Beshchuk <[bs.alex.mail@gmail.com](mailto:bs.alex.mail@gmail.com)> | ||
Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0). | ||
## Contributing | ||
1. Fork the repo | ||
1. `npm install` | ||
1. `npm run prepare-development` | ||
1. `npm run test:watch` | ||
1. Make your changes, add your tests | ||
1. `npm run build` | ||
1. Stage source and dist folders | ||
1. Commit, push, PR. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24489
17
568
20