fix refresh/fee
This commit is contained in:
parent
20812dd508
commit
5bcc0b072d
3 changed files with 6 additions and 6 deletions
|
|
@ -46,7 +46,9 @@ angular.module('copayApp.controllers').controller('preferencesFeeController', fu
|
|||
}
|
||||
$scope.feeLevels = levels;
|
||||
updateCurrentValues();
|
||||
$scope.$apply();
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue