Bugfix for displaying payment amount.

This commit is contained in:
Brendon Duncan 2018-08-29 11:38:20 +12:00
commit 3a3a525133

View file

@ -99,6 +99,7 @@ angular.module('copayApp.controllers').controller('walletSelectorController', fu
$scope.requestAmountSecondary = fiatAmount;
$scope.requestCurrencySecondary = fiatCurrrency;
}
$scope.$apply();
}
});
}