WIP functionality on words

This commit is contained in:
Javier 2015-11-17 15:42:06 -03:00
commit 273901d2d6
3 changed files with 65 additions and 14 deletions

View file

@ -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,