Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.

Commit 8ffad5b

Browse files
committed
Update README.md
1 parent 00e5c60 commit 8ffad5b

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

README.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,24 @@ This directive gives you a Bootstrap Dropdown with the power of AngularJS direct
66
http://dotansimha.github.io/angularjs-dropdown-multiselect/
77

88
## Dependencies
9-
- required: AngularJS >= 1.2, Lodash > 2, Bootstrap > 3.0
9+
- required: AngularJS >= 1.2, Lodash >= 2, Bootstrap >= 3.0
1010

11-
See `bower.json` and `index.html` in the `gh-pages` branch for a full list / more details
11+
- Make sure to add the dependencies before the directive's js file.
12+
- Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file.
1213

1314
## Install
14-
1. download the files
15-
1. Bower
16-
1. add `"angularjs-dropdown-multiselect": "latest"` to your `bower.json` file then run `bower install` OR run `bower install angularjs-dropdown-multiselect`
17-
2. include the files in your app
18-
1. `js-dropdown-multiselect.min.js`
19-
3. include the module in angular (i.e. in `app.js`) - `angularjs-dropdown-multiselect`
20-
21-
See the `gh-pages` branch, files `bower.json` and `index.html` for a full example.
22-
23-
24-
## Documentation
15+
1. Download the files
16+
1. Using bower:
17+
Just run `bower install angularjs-dropdown-multiselect`
18+
2. Manually:
19+
You can download the `.js` file directly or clone this repository.
20+
2. Include the file in your app
21+
`<script type="text/javascript" src="angularjs-dropdown-multiselect.js"></script>`
22+
You can also use the minfined version (`angularjs-dropdown-multiselect.min.js`).
23+
3. Include the module in angular (i.e. in `app.js`) - `angularjs-dropdown-multiselect`
24+
4.
25+
26+
27+
## Usage and Documentation
2528
See the documentation and examples in the GitHub pages:
2629
http://dotansimha.github.io/angularjs-dropdown-multiselect/

0 commit comments

Comments
 (0)