You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
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.
12
13
13
14
## 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.
0 commit comments