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

A multi-select directive for AngularJS

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

html : controller : $scope.ok = function () { $modalInstance.close(); }; $scope.cancel = function () { $modalInstance.dismiss('cancel'); }; $scope.legends = []; $scope.update = function(data){ console.log("asdas"); }; $scope.applyChart = function(){ $scope.chart();...

Please let me know if this feature requires any clarification. I found this useful and as a repetitive requirement on multiple projects so I've decided to contribute back to the...