This commit is contained in:
Matias Alejo Garcia 2014-12-06 15:30:32 -03:00
commit de54f3aac8
6 changed files with 13 additions and 32 deletions

View file

@ -68,7 +68,7 @@ angular.module('copayApp.controllers').controller('HomeWalletController', functi
removeWatch();
w.removeListener('txProposalEvent', _updateTxs);
};
});
});
$scope.setAlternativeAmount = function(w, tx, cb) {
rateService.whenAvailable(function() {