ref - use alert instead confirm

This commit is contained in:
Javier 2016-11-25 10:02:56 -03:00
commit b30a371a68
4 changed files with 8 additions and 19 deletions

View file

@ -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;