angularjs-dropdown-multiselect icon indicating copy to clipboard operation
angularjs-dropdown-multiselect copied to clipboard

AngularJS Dropdown Multiselect

Results 100 angularjs-dropdown-multiselect issues
Sort by recently updated
recently updated
newest added

Group labels select/de-select all the corresponding group items on click

Added angularjs-dropdown-multiselect to module exports so that after installing via npm, the package can be required in the angular module dependency list such as: angular.module('myApp', [require('angularjs-dropdown-multiselect')]); This is helpful for...

Is there any way around to move and place` 'Select all: Male' ` right under the heading of males? ![65](https://user-images.githubusercontent.com/33711582/32890311-0ca995ba-caf0-11e7-943d-22a63a6b8246.jpg)

I believe there should be an option to Select/De-select whole group with a checkbox. Currently, there only an option to select all within a group but not to de-select the...

Hi, I'm working in the case, always keep at least one item checked in the list. So, I just did an workaround, I'm checking of selected-model in the events onItemDeselect,...

According to the #339, please, add this PR to version 1 too. Thanks

Is there a way to select multiple groups at once? I have a few teams with multiple members, but right now how its set up when you select a team...

The readme says: "Make sure to add the dependencies before the directive's js file." I believe it should say: "Make sure to add the dependencies before the directive's *html file."

scroll bar does not work in Internet Explorer