angular-multi-select icon indicating copy to clipboard operation
angular-multi-select copied to clipboard

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.

Results 101 angular-multi-select issues
Sort by recently updated
recently updated
newest added

Hi, I'm basically trying to build an app containing multiple directives. I appreciate the code snippet overall. I am able to use your directive seamlessly over another plain AngularJS view....

Can grouping support fixed # of columns(coming from DB). Otherwise it is one more layer of parsing we need to take care. /* Data Table : Not working*/ $scope.PanelData.gpList =...

I've found a problem for filtering/searching multi-level grouped input models, so, I changed the if condition in line 182/183 ``` if ( typeof $scope.filteredModel[ $scope.filteredModel.length - 1 ][ attrs.groupProperty ]...

package.json has an array of module names for the "name" property. I believe this should be the "files" property and the "name" property should be a string, in this case...

What should i do, if i want to set default values (i.e. set ticked = true on several values) on the start, but by clicking reset i want to set...

I'm dynamically loading the data into the dropdown upon a user opening a dropdown I use on-open="loadDataIntoDropdown()" and it works great but it throws up the following error into the...

Hi, I've worked on the plugin and added the global tabindex feature that can permit to navigate along inputs and manipulate the isteven-angulat-multi-select with keyboard

With a default min-search-length prop (0), when you erase the last character, on-search-change event is not fired. With this PR, a searchphrase length should be greater than or equal to...

I need to select all items programatically, Is this possible???

multi (2) item were getting selected while selecting single item from a grouplist.