remove unused routes

This commit is contained in:
Javier 2015-11-20 15:25:16 -03:00
commit 8a316b4290
2 changed files with 1 additions and 34 deletions

View file

@ -434,39 +434,6 @@ angular
},
}
})
.state('backupWords', {
url: '/backupWords',
templateUrl: 'views/backupWords.html',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/backupWords.html'
},
}
})
.state('backupPassphrase', {
url: '/backupPassphrase',
templateUrl: 'views/backupPassphrase.html',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/backupPassphrase.html'
},
}
})
.state('backupConfirm', {
url: '/backupConfirm',
templateUrl: 'views/backupConfirm.html',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/backupConfirm.html'
},
}
})
.state('preferencesGlobal', {
url: '/preferencesGlobal',
needProfile: true,