Merge pull request #27 from cmgustavo/ref/design-10

Fix path to walletDetails
This commit is contained in:
Matias Alejo Garcia 2016-08-31 19:21:01 -03:00 committed by GitHub
commit 208f248c32
1 changed files with 1 additions and 1 deletions

View File

@ -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,