angular-multi-select
angular-multi-select copied to clipboard
Added no-labels-label attribute support
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)"
+1. Found that Total label (Total: '+$scope.selectedItems.length+') is hardcoded.