fix history cache

This commit is contained in:
Ivan Socolsky 2016-09-30 11:16:33 -03:00
commit 968dea6eb1
No known key found for this signature in database
GPG key ID: FAECE6A05FAA4F56
2 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
});
};
$scope.$on("$ionicView.beforeEnter", function(event, data){
$scope.$on("$ionicView.beforeEnter", function(event, data) {
$scope.wallet = profileService.getWallet(data.stateParams.walletId);
$scope.requiresMultipleSignatures = $scope.wallet.credentials.m > 1;