Skip to content

alaingilbert/angular-dropdown-multiselect

 
 

Repository files navigation

Angular Dropdown Multiselect

This directive gives you a Bootstrap Dropdown with the power of AngularJS directives.

Installation

bower install angular-dropdown-multiselect
<script type="text/javascript" src="angular-dropdown-multiselect.min.js"></script>

Include the module angular-dropdown-multiselect in your angular app. (i.e. in app.js)

Dependencies

  • required: AngularJS >= 1.2, Bootstrap >= 3.0
  • Make sure to add the dependencies before the directive's js file.
  • Note: Bootstrap JS file is not needed for the directive, it just uses the CSS file.

Features

  • Font-awesome compatible.
  • Based on Bootstrap's dropdown.
  • Seperated your data and the selection data. no modification to the data made.
  • Built-in search.
  • Complete control on the selected items model to fit it to your requirements.
  • Two view options: normal list and checkboxes.
  • Pre-selected values.
  • Limit selection count.
  • Grouping items by property.
  • Callback events.
  • Translation texts.
  • Scrollable list (useful for big lists)

Packages

No packages published

Languages

  • HTML 59.1%
  • CSS 23.4%
  • JavaScript 17.5%