fixes
This commit is contained in:
parent
9234a575ec
commit
c46c88c34c
2 changed files with 0 additions and 6 deletions
|
|
@ -37,7 +37,6 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
||||||
$scope.toEmail = data.stateParams.toEmail;
|
$scope.toEmail = data.stateParams.toEmail;
|
||||||
$scope.description = data.stateParams.description;
|
$scope.description = data.stateParams.description;
|
||||||
$scope.paypro = data.stateParams.paypro;
|
$scope.paypro = data.stateParams.paypro;
|
||||||
console.log($scope.paypro);
|
|
||||||
$scope.insufficientFunds = false;
|
$scope.insufficientFunds = false;
|
||||||
$scope.noMatchingWallet = false;
|
$scope.noMatchingWallet = false;
|
||||||
$scope.paymentExpired = {
|
$scope.paymentExpired = {
|
||||||
|
|
|
||||||
|
|
@ -86,11 +86,6 @@
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&.double-line {
|
|
||||||
.item-note {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.item-divider {
|
.item-divider {
|
||||||
padding-top: 1.2rem;
|
padding-top: 1.2rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue