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 11# AngularJS Dropdown Multiselect
2-
32This 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
614http://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!
You can’t perform that action at this time.
0 commit comments