mirror of
https://github.com/arnaucube/openEventsPlatformApp.git
synced 2026-02-07 19:56:40 +01:00
events by day implemented, todo: calendar view to select a day
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
var urlapi = "http://localhost:3000/api/";
|
||||
//var urlapi = "http://192.168.1.33:3000/api/";
|
||||
//var urlapi = "http://localhost:3000/api/";
|
||||
var urlapi = "http://192.168.1.33:3000/api/";
|
||||
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ angular.module('app', [
|
||||
'app.place',
|
||||
'app.byPlace',
|
||||
'app.calendar',
|
||||
'app.byDay',
|
||||
'app.users',
|
||||
'app.user',
|
||||
'app.login',
|
||||
@@ -152,6 +153,15 @@ angular.module('app', [
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('app.byDay', {
|
||||
url: '/byDay/:day',
|
||||
views: {
|
||||
'menuContent': {
|
||||
templateUrl: 'templates/byDay.html',
|
||||
controller: 'ByDayCtrl'
|
||||
}
|
||||
}
|
||||
})
|
||||
.state('app.users', {
|
||||
url: '/users',
|
||||
views: {
|
||||
|
||||
Reference in New Issue
Block a user