custom amount

This commit is contained in:
Gabriel Bazán 2016-11-24 11:42:25 -03:00
commit edeb9f26b5
12 changed files with 187 additions and 15 deletions

View file

@ -632,6 +632,31 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
})
/*
*
* Request Specific amount
*
*/
.state('tabs.receive.amount', {
url: '/amount/:customAmount/:toAddress',
views: {
'tab-receive@tabs': {
controller: 'amountController',
templateUrl: 'views/amount.html'
}
}
})
.state('tabs.receive.customAmount', {
url: '/customAmount/:toAmount/:toAddress',
views: {
'tab-receive@tabs': {
controller: 'customAmountController',
templateUrl: 'views/customAmount.html'
}
}
})
/*
*
* Init backup flow