Skip to content

Commit a9d7ca5

Browse files
author
Null McNull
committed
2 parents c46d8cb + d4bc4a1 commit a9d7ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ An elegant but advanced AngularJS module that allows you to block user interacti
66
Besides AngularJS (~1.2.4), none.
77

88
#### Demos
9-
Live demos can be found on [Plunker](http://run.plnkr.co/tI1k1V4E2zd188Oi/) or by executing the website included in the [GitHub project](https://github.com/McNull/angular-block-ui) .
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) .
1010

1111
#### Installation
1212
Either copy the contents of the `package` directory of the [Github](https://github.com/McNull/angular-block-ui) project or install with _bower_ from the command line (**recommended**):
@@ -203,4 +203,4 @@ Allows you to specify a filter function to exclude certain ajax requests from bl
203203
if(config.url.match(/^\/api\/quote($|\/).*/)) {
204204
return false; // ... don't block it.
205205
}
206-
});
206+
});

0 commit comments

Comments
 (0)