Merge pull request #261 from Bitcoin-com/wallet/task/537

Wallet/task/537
This commit is contained in:
Jean-Baptiste Dominguez 2018-08-10 17:21:13 +09:00 committed by GitHub
commit b292f57b02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -464,7 +464,7 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
};
if (vm.thirdParty) {
confirmData['thirdParty'] = this.thirdParty;
confirmData.thirdParty = vm.thirdParty;
}
sendFlowService.pushState(confirmData);

View file

@ -34,6 +34,9 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
}
break;
default:
if (!stateParams.thirdParty) {
$scope.sendFlowTitle = gettextCatalog.getString('Send');
}
// nop
}