Merge pull request #209 from JDonadio/buf/route-name

Bug route name
This commit is contained in:
Matias Alejo Garcia 2016-08-19 15:08:19 -03:00 committed by GitHub
commit b247bfdcc6

View file

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