travel join updated on change, and Help page created

This commit is contained in:
idoctnef
2016-10-06 21:17:24 +02:00
parent 8c71b9b82c
commit 3e19567226
7 changed files with 45 additions and 9 deletions

View File

@@ -43,6 +43,15 @@ angular.module('starter', ['ionic',
}
}
})
.state('app.help', {
url: '/help',
views: {
'menuContent': {
templateUrl: 'templates/help.html',
controller: 'HelpCtrl'
}
}
})
.state('app.users', {
url: '/users',