angular-bootstrap-colorpicker
angular-bootstrap-colorpicker copied to clipboard
Fixed memory leak
Leak happens on project where we detach HTML elements from controller before it is destroyed and elem.on('$destroy'...) is not called, but $scope.on('$destroy'...) works