Skip to content

Commit 5539e15

Browse files
committed
Version bump. README updates according to new version.
1 parent c99d0ff commit 5539e15

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
[![Build Status](https://travis-ci.org/bsalex/angular-loading-overlay.svg?branch=master)](https://travis-ci.org/bsalex/angular-loading-overlay)
44
[![Code Climate](https://codeclimate.com/github/bsalex/angular-loading-overlay/badges/gpa.svg)](https://codeclimate.com/github/bsalex/angular-loading-overlay)
5-
[![Test Coverage](https://codeclimate.com/github/bsalex/angular-loading-overlay/badges/coverage.svg)](https://codeclimate.com/github/bsalex/angular-loading-overlay/coverage)
65
[![Package Quality](http://npm.packagequality.com/badge/angular-loading-overlay.png)](http://packagequality.com/#?package=angular-loading-overlay)
76
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8310c436284d4919876a1f8e7ac6e0c0)](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)
87
[![Join the chat at https://gitter.im/bsalex/angular-loading-overlay](https://badges.gitter.im/bsalex/angular-loading-overlay.svg)](https://gitter.im/bsalex/angular-loading-overlay?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
98

109
The module provides your app with overlays (like "Loading...") that could be shown on async operations.
10+
1111
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 [![Join the chat at https://gitter.im/bsalex/angular-loading-overlay](https://badges.gitter.im/bsalex/angular-loading-overlay.svg)](https://gitter.im/bsalex/angular-loading-overlay?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1319

1420
## <a href="http://bsalex.github.io/angular-loading-overlay/_site/" target="_blank">Docs & Examples</a>
1521

@@ -42,7 +48,17 @@ angular.module("your nodule name")
4248
loaded data usage here
4349
</div>
4450
````
45-
# License
51+
## License
4652

4753
Copyright (c) 2016 Oleksandr Beshchuk <[[email protected]](mailto:[email protected])>
4854
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-loading-overlay",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Service and directive to manipulate overlays on async operations.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)