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 107 angular-multi-select issues
Sort by recently updated
recently updated
newest added

Right now icons are added to buttons as character symbols: https://github.com/isteven/angular-multi-select/blob/master/isteven-multi-select.js#L898-L900 This is a limitation. Actually, the visual part of the component should be controlled with CSS for ease of...

Fixes #245 in original repository. After this change the user can fully customize the "icons", replacing the default html entity characters by any string, including: - Different html entities or...

If multiselects are working in scrolled area, then checkboxLayer for the last items is shown in wrong place in Chrome and IE but works correctly in Mozilla. Here goes plunker....

When using max-labels="0" this PR supports an additional attribute named "no-labels-label" to specify a label to be displayed before the selected items count, example: if 3 items are selected, the...

Having all items selected is a special state just like no items selected. Currently, the user has no way of knowing that everything is selected expect for opening the popup...

Added option for having a static button label. Using this option, the label of the button never changes.

see: https://docs.npmjs.com/files/package.json#main having an array makes it impossible to use with browserify - it blows up.

Is there a way to append this to the body of the page? This is useful for situations where the multiselect list is inside of a container or other element...