From bb195e0742a17f99f72d4b94768360ab6a5415c6 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 31 Aug 2016 19:07:07 -0300 Subject: [PATCH] Fix path to walletDetails --- src/js/services/profileService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 0efb95b6a..78c1739f1 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -814,7 +814,7 @@ angular.module('copayApp.services') x.action = function() { // TODO? - $state.go('wallet.details', { + $state.go('tabs.details', { walletId: x.walletId, txpId: x.txpId, txid: x.txid,