security preferences in wallet preferences

This commit is contained in:
Gabriel Bazán 2015-11-18 15:14:09 -03:00
commit eef61bfd51
6 changed files with 84 additions and 74 deletions

View file

@ -286,18 +286,6 @@ angular
}
})
.state('securityPreferences', {
url: '/securityPreferences',
templateUrl: 'views/securityPreferences.html',
walletShouldBeComplete: true,
needProfile: true,
views: {
'main': {
templateUrl: 'views/securityPreferences.html'
},
}
})
.state('preferencesAdvanced', {
url: '/preferencesAdvanced',
templateUrl: 'views/preferencesAdvanced.html',