alaingilbert / angular-dropdown-multiselect

AngularJS Dropdown Multiselect

Home Page:http://alaingilbert.github.io/angular-dropdown-multiselect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

AngularJS Dropdown Multiselect

http://alaingilbert.github.io/angular-dropdown-multiselect/


Languages

Language:HTML 59.1%Language:CSS 23.4%Language:JavaScript 17.5%