mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 21:21:49 +02:00
Updates to Event Form
This commit is contained in:
parent
f776756798
commit
e61ef151f6
43 changed files with 736 additions and 484 deletions
|
@ -1,5 +1,7 @@
|
|||
angular.module('rallly')
|
||||
.controller('HomeCtrl', function($scope, $state){
|
||||
.controller('HomeCtrl', function($scope, $state, Title){
|
||||
Title.set('Rallly - Collaborative Scheduling')
|
||||
|
||||
$scope.newEvent = function(){
|
||||
$state.go('newevent');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue