fix route

This commit is contained in:
Javier 2016-11-15 14:19:00 -03:00
commit 8120374357
2 changed files with 10 additions and 1 deletions

View file

@ -194,6 +194,15 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
}
}
})
.state('tabs.wallet.backup', {
url: '/backup/:walletId',
views: {
'tab-home@tabs': {
templateUrl: 'views/backup.html',
controller: 'backupController'
}
}
})
/*
*