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

Commit 4112400

Browse files
committed
Update README.md
1 parent 9ac6fe8 commit 4112400

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

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

4+
# Features
5+
- Seperated your data and the selection data. no modification to the data made.
6+
- Built-in search.
7+
- Complete control on the selected items model to fit it to your requirements.
8+
- Two view options: normal list and checkboxes.
9+
- Pre-selected values.
10+
511
## Demo
612
http://dotansimha.github.io/angularjs-dropdown-multiselect/
713

@@ -32,8 +38,7 @@ http://dotansimha.github.io/angularjs-dropdown-multiselect/
3238
- Full documentation for available features.
3339
- Load options from server.
3440
- Grouping options by property.
35-
- Search filter.
3641
- Events callbacks for user's actions.
3742
- Limit selection count (single/*)
3843

39-
- You may send me more requests for features - open an issue with "feature request" tag - Thanks!
44+
- Feel free to send me more requests for features - open an issue with "feature request" tag - Thanks!

0 commit comments

Comments
 (0)