This commit is contained in:
Matias Alejo Garcia 2016-08-24 18:06:17 -03:00
commit 6764af0a40
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 68 additions and 3 deletions

View file

@ -356,7 +356,7 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
})
.state('send.confirm', {
url: '/confirm/:toAddress/:toName/:toAmount',
url: '/confirm/:toAddress/:toName/:toAmount/:message',
views: {
'send': {
templateUrl: 'views/confirm.html'