Skip to content

Commit d04d495

Browse files
committed
readme changes
1 parent 9edcb07 commit d04d495

36 files changed

+531
-140
lines changed

.idea/runConfigurations/gulpfile_js_app_copy_readme.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/gulpfile_js_kitchensink.xml renamed to .idea/runConfigurations/gulpfile_js_build.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/gulpfile_js_sandbox.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/watch_sh.xml

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ An AngularJS module that allows you to block user interaction on AJAX requests.
66
Besides AngularJS (~1.2.4), none.
77

88
#### Demos
9-
Live demos can be found on [Plunker](http://plnkr.co/edit/XWRfHX?p=preview) or by executing the website included in the [GitHub project](https://github.com/McNull/angular-block-ui) .
9+
Live demos can be found on the [block-ui website](http://angular-block-ui.nullest.com) or by executing the website included in the [GitHub project](https://github.com/McNull/angular-block-ui) .
10+
11+
#### Breaking Changes
12+
There are two breaking changes for users upgrading from `0.0.x` to `0.1.x`.
13+
14+
1. The `blockUIConfig` is no longer a provider instance but a plain simple javascript object.
15+
2. The markdown has been simplified.
1016

1117
#### Installation
1218
Either copy the contents of the `dist` directory of the [Github](https://github.com/McNull/angular-block-ui) project or install with _bower_ from the command line (**recommended**):

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-block-ui",
33
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
4-
"version": "0.1.0-beta.5",
4+
"version": "0.1.0",
55
"keywords": [
66
"angular",
77
"angularjs",

dist/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ An AngularJS module that allows you to block user interaction on AJAX requests.
66
Besides AngularJS (~1.2.4), none.
77

88
#### Demos
9-
Live demos can be found on [Plunker](http://plnkr.co/edit/XWRfHX?p=preview) or by executing the website included in the [GitHub project](https://github.com/McNull/angular-block-ui) .
9+
Live demos can be found on the [block-ui website](http://angular-block-ui.nullest.com) or by executing the website included in the [GitHub project](https://github.com/McNull/angular-block-ui) .
10+
11+
#### Breaking Changes
12+
There are two breaking changes for users upgrading from `0.0.x` to `0.1.x`.
13+
14+
1. The `blockUIConfig` is no longer a provider instance but a plain simple javascript object.
15+
2. The markdown has been simplified.
1016

1117
#### Installation
1218
Either copy the contents of the `dist` directory of the [Github](https://github.com/McNull/angular-block-ui) project or install with _bower_ from the command line (**recommended**):

dist/angular-block-ui.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-block-ui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-block-ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)