Bugfix for displaying payment amount.
This commit is contained in:
parent
e6d438abf9
commit
3a3a525133
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
|
||||||
$scope.requestAmountSecondary = fiatAmount;
|
$scope.requestAmountSecondary = fiatAmount;
|
||||||
$scope.requestCurrencySecondary = fiatCurrrency;
|
$scope.requestCurrencySecondary = fiatCurrrency;
|
||||||
}
|
}
|
||||||
|
$scope.$apply();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue