mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 11:36:42 +01:00
unjoin implemented, and travel display re-organized
This commit is contained in:
@@ -32,11 +32,11 @@ angular.module('starter', ['ionic', 'starter.controllers'])
|
||||
controller: 'AppCtrl'
|
||||
})
|
||||
|
||||
.state('app.search', {
|
||||
url: '/search',
|
||||
.state('app.settings', {
|
||||
url: '/settings',
|
||||
views: {
|
||||
'menuContent': {
|
||||
templateUrl: 'templates/search.html'
|
||||
templateUrl: 'templates/settings.html'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user