Fix $ missing

This commit is contained in:
Jean-Baptiste Dominguez 2018-04-26 10:28:08 +09:00
commit 766195c554

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();
});
});