Fix - 303 - Detail wallet, header reset after reloading

This commit is contained in:
Jean-Baptiste Dominguez 2018-05-02 20:36:34 +09:00
commit 90334dd686

View file

@ -85,7 +85,6 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
}
}
refreshAmountSection();
$timeout(function() {
$scope.$apply();
});