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 +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# AngularJS Dropdown Multiselect
2
-
3
2
This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.
4
3
4
+ # Features
5
+ - Based on Bootstrap's dropdown.
6
+ - jQuery is not necessary.
7
+ - Seperated your data and the selection data. no modification to the data made.
8
+ - Built-in search.
9
+ - Complete control on the selected items model to fit it to your requirements.
10
+ - Two view options: normal list and checkboxes.
11
+ - Pre-selected values.
12
+
5
13
## Demo
6
14
http://dotansimha.github.io/angularjs-dropdown-multiselect/
7
15
@@ -32,8 +40,7 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
32
40
- Full documentation for available features.
33
41
- Load options from server.
34
42
- Grouping options by property.
35
- - Search filter.
36
43
- Events callbacks for user's actions.
37
44
- Limit selection count (single/*)
38
45
39
- - You may send me more requests for features - open an issue with "feature request" tag - Thanks!
46
+ - Feel free to send me more requests for features - open an issue with "feature request" tag - Thanks!
You can’t perform that action at this time.
0 commit comments