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

Added no-labels-label attribute support

Open maxidirienzo opened this issue 9 years ago • 1 comments

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 button will show: "some label here (3)"

maxidirienzo avatar Apr 13 '16 15:04 maxidirienzo

+1. Found that Total label (Total: '+$scope.selectedItems.length+') is hardcoded.

manevant avatar May 19 '16 16:05 manevant