Fix $ missing
This commit is contained in:
parent
3dda150a11
commit
766195c554
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
$scope.selectedPriceDisplay = config.wallet.settings.priceDisplay;
|
||||
|
||||
$timeout(function () {
|
||||
$scope.apply();
|
||||
$scope.$apply();
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue