WIP functionality on words
This commit is contained in:
parent
f0e14c896a
commit
273901d2d6
3 changed files with 65 additions and 14 deletions
|
|
@ -434,6 +434,17 @@ angular
|
|||
},
|
||||
}
|
||||
})
|
||||
.state('backupWords', {
|
||||
url: '/backupWords',
|
||||
templateUrl: 'views/backupWords.html',
|
||||
walletShouldBeComplete: true,
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/backupWords.html'
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('preferencesGlobal', {
|
||||
url: '/preferencesGlobal',
|
||||
needProfile: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue