From f01e97bd172e1b2dc786adfe1f8c5fdc7a312373 Mon Sep 17 00:00:00 2001 From: Antonello Pasella Date: Thu, 11 May 2017 09:40:04 +0200 Subject: [PATCH] Add --save Add --save in order to update bower.json dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index faea4e4..6557fb5 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Version __0.1__ #### Installation 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 install angular-block-ui + bower install angular-block-ui --save Include both the JS and CSS file in your html: @@ -291,4 +291,4 @@ changes via the `$location` service are still allowed however. A demonstration o The navigation block is disabled by default. // Enable browser navigation blocking - blockUIConfig.blockBrowserNavigation = true; \ No newline at end of file + blockUIConfig.blockBrowserNavigation = true;