remove unused event
This commit is contained in:
parent
80f79c4bec
commit
ac15e99b42
1 changed files with 0 additions and 9 deletions
|
|
@ -197,15 +197,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
$scope.$on('accepted', function(event) {
|
||||
$scope.approve();
|
||||
});
|
||||
//
|
||||
// $scope.$on('Wallet/Changed', function(event, wallet) {
|
||||
// if (lodash.isEmpty(wallet)) {
|
||||
// $log.debug('No wallet provided');
|
||||
// return;
|
||||
// }
|
||||
// $log.debug('Wallet changed: ' + wallet.name);
|
||||
// setWallet(wallet, true);
|
||||
// });
|
||||
|
||||
$scope.showWalletSelector = function() {
|
||||
$scope.showWallets = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue