mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 11:36:42 +01:00
travel join updated on change, and Help page created
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user