angularjs-dropdown-multiselect
angularjs-dropdown-multiselect copied to clipboard
AngularJS Dropdown Multiselect
https://jsfiddle.net/michaeldeongreen/22et6sao/9/ you can see this as an example , issue is **option** binds only ID not other attributes like **label** i want also the label with my model ` the...
Currently there is an option to select dynamic title which display the number of selected item like **1 selected** I want to add a property and a bit of code...
@dotansimha isn't maintaining is anymore, and @pkempenaers hasn't touched it in 8 months now, is there any plan going forward to triage some of the issues/pull requests? If it is...
In my code, I'm using onItemSelect (not onSelectionChanged) to take a specific action when an item is selected. But when items are selected by their group using selectByGroups, onItemSelect doesn't...
Hello @pkempenaers If I am calling a function on Uncheck all, the same function also gets called when Check All is clicked. my HTML Code `` My javaScript Code `$scope.customEvents...
Is it possible to group the list like male and female and then provide selection limit for each group separately ?like selection limit 1 for male and no limit for...
Currently there is the option to set the `height` of the `ul`. In my case and in for many other people the list of item to be is not a...
Added id property on dropdown settings. Useful in case of multiple dropdowns with a single event listener. The id is sent to all event listeners so the correpsonding function can...
Added type error when selected model is not properly initialized as an empty array. (Took me a while to find it when I was first using the library)
Added `selectedIconClass` and `deselectedIconClass` options to allow use of custom icons next to the selected items and check/uncheck all options