|
2 | 2 |
|
3 | 3 | [](https://travis-ci.org/bsalex/angular-loading-overlay) |
4 | 4 | [](https://codeclimate.com/github/bsalex/angular-loading-overlay) |
5 | | -[](https://codeclimate.com/github/bsalex/angular-loading-overlay/coverage) |
6 | 5 | [](http://packagequality.com/#?package=angular-loading-overlay) |
7 | 6 | [](https://www.codacy.com/app/bs-alex-mail/angular-loading-overlay?utm_source=github.com&utm_medium=referral&utm_content=bsalex/angular-loading-overlay&utm_campaign=Badge_Grade) |
8 | 7 | [](https://gitter.im/bsalex/angular-loading-overlay?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
9 | 8 |
|
10 | 9 | The module provides your app with overlays (like "Loading...") that could be shown on async operations. |
| 10 | + |
11 | 11 | It supports multiple independent named overlays on one page. |
12 | | -It also allows you to create preconfigured handlers and wrap promises to show and hide overlays on promise work started and finished. |
| 12 | + |
| 13 | +It also allows you to create **preconfigured handlers** and wrap **promises** to show and hide overlays on promise work started and finished. |
| 14 | + |
| 15 | +The module has integration with [Spin.js](http://spin.js.org/) via [angular-loading-overlay-spinjs](https://github.com/bsalex/angular-loading-overlay-spinjs). |
| 16 | +See Docs & Examples for more information. |
| 17 | + |
| 18 | +Should you have any questions, feel free to contact me on Gitter [](https://gitter.im/bsalex/angular-loading-overlay?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
13 | 19 |
|
14 | 20 | ## <a href="http://bsalex.github.io/angular-loading-overlay/_site/" target="_blank">Docs & Examples</a> |
15 | 21 |
|
@@ -42,7 +48,17 @@ angular.module("your nodule name") |
42 | 48 | loaded data usage here |
43 | 49 | </div> |
44 | 50 | ```` |
45 | | -# License |
| 51 | +## License |
46 | 52 |
|
47 | 53 | Copyright (c) 2016 Oleksandr Beshchuk < [[email protected]](mailto:[email protected])> |
48 | 54 | Licensed under the [Apache License](http://www.apache.org/licenses/LICENSE-2.0). |
| 55 | + |
| 56 | +## Contributing |
| 57 | + |
| 58 | +1. Fork the repo |
| 59 | +1. `npm install` |
| 60 | +1. `npm run test:watch` |
| 61 | +1. Make your changes, add your tests |
| 62 | +1. `npm run build` |
| 63 | +1. Stage source and dist folders |
| 64 | +1. Commit, push, PR. |
0 commit comments