Merge pull request #261 from Bitcoin-com/wallet/task/537
Wallet/task/537
This commit is contained in:
commit
b292f57b02
2 changed files with 4 additions and 1 deletions
|
|
@ -464,7 +464,7 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
|
|||
};
|
||||
|
||||
if (vm.thirdParty) {
|
||||
confirmData['thirdParty'] = this.thirdParty;
|
||||
confirmData.thirdParty = vm.thirdParty;
|
||||
}
|
||||
|
||||
sendFlowService.pushState(confirmData);
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
|
|||
}
|
||||
break;
|
||||
default:
|
||||
if (!stateParams.thirdParty) {
|
||||
$scope.sendFlowTitle = gettextCatalog.getString('Send');
|
||||
}
|
||||
// nop
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue