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

Commit 6614bac

Browse files
committed
2 parents dac7052 + de88210 commit 6614bac

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# AngularJS Dropdown Multiselect
2-
32
This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.
43

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+
513
## Demo
614
http://dotansimha.github.io/angularjs-dropdown-multiselect/
715

@@ -32,8 +40,7 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
3240
- Full documentation for available features.
3341
- Load options from server.
3442
- Grouping options by property.
35-
- Search filter.
3643
- Events callbacks for user's actions.
3744
- Limit selection count (single/*)
3845

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!

0 commit comments

Comments
 (0)