angular-bootstrap-colorpicker icon indicating copy to clipboard operation
angular-bootstrap-colorpicker copied to clipboard

Fixed memory leak

Open dlxeon opened this issue 6 years ago • 0 comments

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

dlxeon avatar Feb 19 '19 15:02 dlxeon