mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 13:11:49 +02:00
Major Redesign
This commit is contained in:
parent
2f0c8fdeab
commit
c97dcc5da7
40 changed files with 746 additions and 112 deletions
6
public/js/controllers/home.controller.js
Normal file
6
public/js/controllers/home.controller.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
angular.module('rallly')
|
||||
.controller('HomeCtrl', function($scope, $state){
|
||||
$scope.newEvent = function(){
|
||||
$state.go('newevent');
|
||||
}
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue