Merge pull request #27 from cmgustavo/ref/design-10
Fix path to walletDetails
This commit is contained in:
commit
208f248c32
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ angular.module('copayApp.services')
|
||||||
|
|
||||||
x.action = function() {
|
x.action = function() {
|
||||||
// TODO?
|
// TODO?
|
||||||
$state.go('wallet.details', {
|
$state.go('tabs.details', {
|
||||||
walletId: x.walletId,
|
walletId: x.walletId,
|
||||||
txpId: x.txpId,
|
txpId: x.txpId,
|
||||||
txid: x.txid,
|
txid: x.txid,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue