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

This happens when there is no data in $scope.filteredModel yet.

Ideally i'd like to hide the isteven button of: `Add/Remove Users` And replace it with a custom button that when pressed, launched the dropdown selection The reason for this is...

The following should work: ``` js var u = [ { name: "All Browsers", msGroup: true }, { name: "Europe", msGroup: true, }, { msGroup: false }, { name: "Asia...

I want to show a tooltip for each drop-down element and that will be dynamic. Can you please help me?

Hi There, I was using similar angular js multi select but I am having issues with records more than 1000 items. It is pretty slow. I want to know how...

It would be nice if the directive would offer the possibility to disable the whole drop-down box and not just the individual elements. This could be easily done by adjusting...

In Localhost it runs properly but on live serve it does not get encode into right charset. ![image](https://user-images.githubusercontent.com/18512473/68298271-f3113980-00be-11ea-99dc-2480e68639ae.png)

Angular 2 beta was released we should create or migrate this plugin to angular 2. @isteven

Hello, We are about migrate our project from AngularJs to Angular. We have to make a decision which multi select control should we use soon. Is there a chance to...

Is there any plan to move this component to support latest version of angular