This commit is contained in:
Matias Alejo Garcia 2016-08-24 17:54:01 -03:00
commit 7229adf08a
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
8 changed files with 335 additions and 64 deletions

View file

@ -121,7 +121,10 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
},
needProfile: true
})
.state('activity', {
url: '/activity',
templateUrl: 'views/activity.html'
})
/*
*
@ -140,7 +143,11 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
'wallet': {
templateUrl: 'views/walletDetails.html'
}
}
},
params: {
txid: null,
txpId: null,
},
})
.state('wallet.preferences', {
url: '/preferences',
@ -274,6 +281,8 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
})
/*
*
* Tabs