main updated, new sections added to the app, layout of events updated

This commit is contained in:
arnaucode
2017-02-19 21:59:21 +01:00
parent 65f69551d0
commit 21ef03b997
9 changed files with 191 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
//var urlapi = "http://localhost:3000/api/";
var urlapi = "http://192.168.1.35:3000/api/";
var urlapi = "http://localhost:3000/api/";
//var urlapi = "http://192.168.1.35:3000/api/";
@@ -89,7 +89,7 @@ angular.module('app', [
});
// if none of the above states are matched, use this as the fallback
$urlRouterProvider.otherwise('/app/events');
$urlRouterProvider.otherwise('/app/main');
})
/* translator */
.config(['$translateProvider', function($translateProvider) {