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

Commit 9323595

Browse files
committed
Update README.md
1 parent 443e2ea commit 9323595

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ This directive gives you a Bootstrap Dropdown with the power of AngularJS direct
1313
- Grouping items by property.
1414
- Callback events.
1515
- Translation texts.
16+
- Scrollable list (useful for big lists)
1617

1718
## Demo
1819
http://dotansimha.github.io/angularjs-dropdown-multiselect/
@@ -22,6 +23,7 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
2223

2324
- Make sure to add the dependencies before the directive's js file.
2425
- Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file.
26+
- **Note: Make sure to add lodash.js to your project, and make sure you use the regulate version of Lodash (NOT lodash.underscore or lodash.compat**
2527

2628
## Install
2729
1. Download the files
@@ -30,10 +32,12 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
3032
Just run `bower install angularjs-dropdown-multiselect`
3133
2. Manually:
3234
You can download the `.js` file directly or clone this repository.
33-
2. Include the file in your app
35+
2. **Include lodash.js in your project.**
36+
- `<script type="text/javascript" src="lodash.js"></script>`.
37+
3. Include the file in your app
3438
- `<script type="text/javascript" src="angularjs-dropdown-multiselect.js"></script>`.
3539
- You can also use the minfined version (`angularjs-dropdown-multiselect.min.js`).
36-
3. Include the module in angular (i.e. in `app.js`) - `angularjs-dropdown-multiselect`
40+
4. Include the module in angular (i.e. in `app.js`) - `angularjs-dropdown-multiselect`
3741

3842

3943
## Usage and Documentation

0 commit comments

Comments
 (0)