Fix UI calculator. Set default status bar color if no wallet selected
This commit is contained in:
parent
daf45d48a8
commit
9982bef8df
9 changed files with 55 additions and 9 deletions
|
|
@ -19,7 +19,7 @@ angular.module('copayApp.controllers').controller('inputAmountController', funct
|
|||
satToUnit = 1 / unitToSatoshi;
|
||||
satToBtc = 1 / 100000000;
|
||||
unitDecimals = config.unitDecimals;
|
||||
$scope.resetAmount();
|
||||
processAmount($scope.amount);
|
||||
$timeout(function() {
|
||||
$ionicScrollDelegate.resize();
|
||||
}, 100);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue