Major Redesign

This commit is contained in:
Luke Vella 2015-01-16 12:32:33 +01:00
parent 2f0c8fdeab
commit c97dcc5da7
40 changed files with 746 additions and 112 deletions

View file

@ -5,6 +5,11 @@ angular.module('rallly', ['ui.router','ngResource','ngFx','btford.modal'])
$stateProvider
.state('index',{
url : '/',
templateUrl : 'templates/home.html',
controller : 'HomeCtrl'
})
.state('newevent',{
url : '/new',
templateUrl : 'templates/newevent.html',
controller : 'NewEventCtrl'
})