remove unused routes
This commit is contained in:
parent
c6b8510308
commit
8a316b4290
2 changed files with 1 additions and 34 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<div
|
<div
|
||||||
class="topbar-container"
|
class="topbar-container"
|
||||||
ng-include="'views/includes/topbar.html'"
|
ng-include="'views/includes/topbar.html'"
|
||||||
ng-init="titleSection='Backup'; goBackToState = 'preferences'">
|
ng-init="titleSection='Backup'; closeToHome = 'true'">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content preferences" ng-controller="backupController as wordsC">
|
<div class="content preferences" ng-controller="backupController as wordsC">
|
||||||
|
|
|
||||||
|
|
@ -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', {
|
.state('preferencesGlobal', {
|
||||||
url: '/preferencesGlobal',
|
url: '/preferencesGlobal',
|
||||||
needProfile: true,
|
needProfile: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue