Skip to content

Commit

Permalink
killed unneeded states
Browse files Browse the repository at this point in the history
  • Loading branch information
ryk0v committed Aug 11, 2015
1 parent 8aba055 commit 135c302
Showing 1 changed file with 0 additions and 69 deletions.
69 changes: 0 additions & 69 deletions mobile/www/modules/account/config/account.module.routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,46 +24,6 @@
}
})

.state('account.profile.share', {
url: '/share',
views:{
'@':{
templateUrl: 'modules/account/child_modules/profile/templates/profile-share.html',
controller: 'ProfileShareCtrl as vm'
}
}
})

.state('account.profile.share.content', {
url: '/content',
views:{
'@':{
templateUrl: 'modules/account/child_modules/profile/templates/profile-share-contents.html',
controller: 'ProfileShareCtrl as vm'
}
}
})

.state('account.profile.request', {
url: '/request',
views: {
'@': {
templateUrl: 'modules/account/child_modules/profile/templates/request-review.html',
controller: 'ProfileRequestReviewCtrl as vm'
}
}
})

.state('account.profile.edit', {
url: '/edit',
views:{
'@':{
templateUrl: 'modules/account/child_modules/profile/templates/profile-edit.html',
controller: 'ProfileEditCtrl as vm'
}
}
})

.state('account.lockbox', {
url: '/lockbox',
views: {
Expand All @@ -74,35 +34,6 @@
}
})

//.state('account.lockbox.share', {
// url: '/share',
// views:{
// '@':{
// templateUrl: 'modules/account/child_modules/lockbox/templates/lockbox-share.html',
// controller: 'LockboxShareCtrl as vm'
// }
// }
//})

//.state('account.lockbox.edit', {
// url: '/edit',
// views:{
// '@':{
// templateUrl: 'modules/account/child_modules/lockbox/templates/lockbox-edit.html',
// controller: 'LockboxEditCtrl as vm'
// }
// }
//})

//.state('account.lockbox.recipient', {
// url: '/share/recipient',
// views:{
// '@':{
// templateUrl: 'modules/account/child_modules/lockbox/templates/lockbox-share-recipient.html'
// }
// }
//})

.state('account.messages', {
url: '/messages',
views: {
Expand Down

0 comments on commit 135c302

Please sign in to comment.