Merge pull request #106 from gabrielbazan7/feat/avatarSendView
avatar in send view
This commit is contained in:
commit
d4b9fa99f2
10 changed files with 32 additions and 9 deletions
|
|
@ -235,7 +235,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
template: '<ion-nav-view name="send"></ion-nav-view>'
|
||||
})
|
||||
.state('send.amount', {
|
||||
url: '/amount/:toAddress/:toName',
|
||||
url: '/amount/:toAddress/:toName/:toEmail',
|
||||
views: {
|
||||
'send': {
|
||||
templateUrl: 'views/amount.html'
|
||||
|
|
@ -243,7 +243,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
}
|
||||
})
|
||||
.state('send.confirm', {
|
||||
url: '/confirm/:toAddress/:toName/:toAmount/:description/:paypro',
|
||||
url: '/confirm/:toAddress/:toName/:toAmount/:toEmail/:description/:paypro',
|
||||
views: {
|
||||
'send': {
|
||||
templateUrl: 'views/confirm.html'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue