remove unused variable

This commit is contained in:
Gabriel Bazán 2017-02-23 16:20:14 -05:00
parent 52a690e31e
commit 9970eef3e9
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@ angular.module('copayApp.controllers').controller('addressesController', functio
function() {},
function() {}
);
$scope.menu.hide();
});
};