ref - use alert instead confirm
This commit is contained in:
parent
ac15e99b42
commit
b30a371a68
4 changed files with 8 additions and 19 deletions
|
|
@ -21,10 +21,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
$scope.toEmail = data.stateParams.toEmail;
|
||||
$scope.showAlternativeAmount = !!$scope.cardId || !!$scope.isGiftCard;
|
||||
$scope.toColor = data.stateParams.toColor;
|
||||
$scope.network = (new bitcore.Address($scope.toAddress)).network.name;
|
||||
$scope.wallets = profileService.getWallets({
|
||||
network: $scope.network
|
||||
});
|
||||
|
||||
$scope.customAmount = data.stateParams.customAmount;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue