commit
3dda150a11
1 changed files with 6 additions and 0 deletions
|
|
@ -237,6 +237,12 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
||||||
$scope.protocolHandler = walletService.getProtocolHandler($scope.wallet);
|
$scope.protocolHandler = walletService.getProtocolHandler($scope.wallet);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.$watch('showWallets' , function () {
|
||||||
|
if ($scope.showingPaymentReceived) {
|
||||||
|
$scope.showingPaymentReceived = false;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
$scope.onWalletSelect = function(wallet) {
|
$scope.onWalletSelect = function(wallet) {
|
||||||
$scope.wallet = wallet;
|
$scope.wallet = wallet;
|
||||||
setProtocolHandler();
|
setProtocolHandler();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue