Merge branch 'wallet/sprint/20' into wallet/task/537
This commit is contained in:
commit
3bb446cdee
3 changed files with 3 additions and 3 deletions
|
|
@ -467,7 +467,6 @@ function amountController(configService, $filter, gettextCatalog, $ionicHistory,
|
||||||
}
|
}
|
||||||
|
|
||||||
sendFlowService.pushState(confirmData);
|
sendFlowService.pushState(confirmData);
|
||||||
|
|
||||||
if (!confirmData.fromWalletId) {
|
if (!confirmData.fromWalletId) {
|
||||||
$state.transitionTo('tabs.paymentRequest.confirm', confirmData);
|
$state.transitionTo('tabs.paymentRequest.confirm', confirmData);
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
|
|
@ -484,7 +484,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.goToReceive = function() {
|
$scope.goToReceive = function() {
|
||||||
$state.go('tabs.home', {
|
$state.go('tabs.home', {
|
||||||
walletId: $scope.wallet.id
|
walletId: $scope.wallet.id
|
||||||
|
|
|
||||||
|
|
@ -15359,6 +15359,8 @@ log-options #check-bar .checkbox-icon {
|
||||||
#view-review .fee-summary {
|
#view-review .fee-summary {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 92px; }
|
bottom: 92px; }
|
||||||
|
#view-review .fee-summary-spacer {
|
||||||
|
height: 15px; }
|
||||||
#view-review .shapeshift-banner, #view-review .bitpay-banner, #view-review .egifter-banner {
|
#view-review .shapeshift-banner, #view-review .bitpay-banner, #view-review .egifter-banner {
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
#view-review .warning {
|
#view-review .warning {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue