.
This commit is contained in:
parent
8297839c40
commit
752fa1e432
3 changed files with 10 additions and 15 deletions
|
|
@ -182,32 +182,23 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
})
|
||||
.state('amount', {
|
||||
cache: false,
|
||||
url: '/amount',
|
||||
url: '/amount:/:toAddress/:toName',
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/amount.html',
|
||||
},
|
||||
},
|
||||
params: {
|
||||
toAddress: null,
|
||||
toName: null,
|
||||
},
|
||||
})
|
||||
.state('confirm', {
|
||||
cache: false,
|
||||
url: '/confirm',
|
||||
url: '/confirm/:toAddress/:toName/:toAmount',
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/confirm.html',
|
||||
},
|
||||
},
|
||||
params: {
|
||||
toAddress: null,
|
||||
toName: null,
|
||||
toAmount: null,
|
||||
},
|
||||
})
|
||||
|
||||
.state('unsupported', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue