Merge pull request #81 from Bitcoin-com/dev-jb

Fix $ missing
This commit is contained in:
Jean-Baptiste Dominguez 2018-04-26 10:29:19 +09:00 committed by GitHub
commit 06e427c164
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -372,7 +372,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
$scope.selectedPriceDisplay = config.wallet.settings.priceDisplay;
$timeout(function () {
$scope.apply();
$scope.$apply();
});
});