transaction history options in preferences advanced
This commit is contained in:
parent
ce71258934
commit
00e0076a90
7 changed files with 62 additions and 32 deletions
|
|
@ -342,6 +342,18 @@ angular
|
|||
|
||||
}
|
||||
})
|
||||
.state('preferencesHistory', {
|
||||
url: '/preferencesHistory',
|
||||
templateUrl: 'views/preferencesHistory.html',
|
||||
walletShouldBeComplete: true,
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/preferencesHistory.html'
|
||||
},
|
||||
|
||||
}
|
||||
})
|
||||
.state('deleteWords', {
|
||||
url: '/deleteWords',
|
||||
templateUrl: 'views/preferencesDeleteWords.html',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue