Merge branch 'wallet/sprint/20' into wallet/task/537

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-09 15:41:17 +09:00 committed by GitHub
commit 3bb446cdee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -467,7 +467,6 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
}
sendFlowService.pushState(confirmData);
if (!confirmData.fromWalletId) {
$state.transitionTo('tabs.paymentRequest.confirm', confirmData);
} else {

View file

@ -484,7 +484,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
});
};
$scope.goToReceive = function() {
$state.go('tabs.home', {
walletId: $scope.wallet.id
@ -495,7 +494,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
});
});
};
$scope.goToBuy = function() {
$state.go('tabs.home', {
walletId: $scope.wallet.id