mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 05:01:49 +02:00
Major Redesign
This commit is contained in:
parent
2f0c8fdeab
commit
c97dcc5da7
40 changed files with 746 additions and 112 deletions
|
@ -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'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue