transaction history options in preferences advanced

This commit is contained in:
Gabriel Bazán 2015-12-02 15:34:34 -03:00
commit 00e0076a90
7 changed files with 62 additions and 32 deletions

View file

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