backup and export working with mnemonics

This commit is contained in:
Matias Alejo Garcia 2015-08-08 09:30:50 -03:00
commit 4c155b7895
9 changed files with 271 additions and 172 deletions

View file

@ -453,6 +453,17 @@ angular
},
}
})
.state('export', {
url: '/export',
templateUrl: 'views/export.html',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/export.html'
},
}
})
.state('backup', {
url: '/backup',
templateUrl: 'views/backup.html',