complete flow views

This commit is contained in:
Javier 2015-11-18 12:29:56 -03:00
commit f259d11f4e
3 changed files with 20 additions and 16 deletions

View file

@ -445,6 +445,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,