one view/controller
This commit is contained in:
parent
945233363a
commit
3cd1498512
9 changed files with 295 additions and 379 deletions
|
|
@ -445,17 +445,6 @@ angular
|
|||
},
|
||||
}
|
||||
})
|
||||
.state('backupConfirm', {
|
||||
url: '/backupConfirm',
|
||||
templateUrl: 'views/backupConfirm.html',
|
||||
walletShouldBeComplete: true,
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/backupConfirm.html'
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('backupPassphrase', {
|
||||
url: '/backupPassphrase',
|
||||
templateUrl: 'views/backupPassphrase.html',
|
||||
|
|
@ -467,6 +456,17 @@ angular
|
|||
},
|
||||
}
|
||||
})
|
||||
.state('backupConfirm', {
|
||||
url: '/backupConfirm',
|
||||
templateUrl: 'views/backupConfirm.html',
|
||||
walletShouldBeComplete: true,
|
||||
needProfile: true,
|
||||
views: {
|
||||
'main': {
|
||||
templateUrl: 'views/backupConfirm.html'
|
||||
},
|
||||
}
|
||||
})
|
||||
.state('preferencesGlobal', {
|
||||
url: '/preferencesGlobal',
|
||||
needProfile: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue