Skip to content

Commit 2e6493f

Browse files
committed
Brief description on requests matching functionality and contribution guide.
1 parent 33237e8 commit 2e6493f

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Angular loading overlay http interceptor
22

3-
The module allows you to show overlay on every ajax request with [angular-loading-overlay](http://bsalex.github.io/angular-loading-overlay/_site/)
3+
The module allows you to show loading overlay on every ajax request with [angular-loading-overlay](http://bsalex.github.io/angular-loading-overlay/_site/).
4+
It also includes requests matcher, which allows to act only on certain requests.
45

56
Copyright (c) 2016 Oleksandr Beshchuk <[[email protected]](mailto:[email protected])>
67
Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0).
8+
9+
10+
## Contributing
11+
12+
1. Fork the repo
13+
1. `npm install`
14+
1. `npm run prepare-development`
15+
1. `npm run test:watch`
16+
1. Make your changes, add your tests
17+
1. `npm run build`
18+
1. Stage source and dist folders
19+
1. Commit, push, PR.

0 commit comments

Comments
 (0)