unjoin implemented, and travel display re-organized

This commit is contained in:
idoctnef
2016-09-19 10:58:44 +02:00
parent 2026b42c2e
commit fb545e0c67
8 changed files with 110 additions and 44 deletions

View File

@@ -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'
}
}
})