lunchControllers = angular.module 'lunchControllers' lunchControllers.controller 'HomeCtrl', ['$scope', '$location', HomeController = ($scope,$location) -> $scope.createRun = () -> $location.path '/run/create' ]