mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
cleanup
This commit is contained in:
@@ -164,6 +164,12 @@ angular
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
scope.$on("$destroy", function () {
|
||||
if (interval) {
|
||||
clearInterval(interval);
|
||||
}
|
||||
});
|
||||
|
||||
scope.clipboardError = function (e) {
|
||||
alert('Your web browser does not support easy clipboard copying.');
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user