Skip to content

Commit

Permalink
Step 5.30: Add settings route state
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB authored and Dotan Simha committed Nov 22, 2016
1 parent d3234d4 commit 3a636be
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/routes.js
Expand Up @@ -38,6 +38,15 @@ class RoutesConfig extends Config {
}
}
})
.state('tab.settings', {
url: '/settings',
views: {
'tab-settings': {
templateUrl: 'templates/settings.html',
controller: 'SettingsCtrl as settings',
}
}
})
.state('login', {
url: '/login',
templateUrl: 'templates/login.html',
Expand Down

0 comments on commit 3a636be

Please sign in to comment.