fix calculator ui - resume send view ui

This commit is contained in:
Javier 2016-08-12 16:55:14 -03:00
commit a260fcf8b7
197 changed files with 67 additions and 205658 deletions

View file

@ -160,8 +160,6 @@ angular.module('copayApp.controllers').controller('inputAmountController', funct
$ionicScrollDelegate.resize();
}, 100);
} else {
// self.setAmount(amount, $scope.showAlternativeAmount);
// $scope.cancel();
$scope.sending = true;
$scope.sendingAmount = profileService.formatAmount(amount * unitToSatoshi, true);
$scope.sendingAlternativeAmount = $filter('formatFiatAmount')(alternativeAmount);