This repository was archived by the owner on Dec 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ This directive gives you a Bootstrap Dropdown with the power of AngularJS direct
13
13
- Grouping items by property.
14
14
- Callback events.
15
15
- Translation texts.
16
+ - Scrollable list (useful for big lists)
16
17
17
18
## Demo
18
19
http://dotansimha.github.io/angularjs-dropdown-multiselect/
@@ -22,6 +23,7 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
22
23
23
24
- Make sure to add the dependencies before the directive's js file.
24
25
- 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**
25
27
26
28
## Install
27
29
1 . Download the files
@@ -30,10 +32,12 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
30
32
Just run `bower install angularjs-dropdown-multiselect`
31
33
2. Manually:
32
34
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
34
38
- `<script type="text/javascript" src="angularjs-dropdown-multiselect.js"></script>`.
35
39
- 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 `
37
41
38
42
39
43
## Usage and Documentation
You can’t perform that action at this time.
0 commit comments