Files
lunchrun.me/assets/linker/js/controllers/home-controller.coffee
2014-03-14 13:49:19 -05:00

6 lines
140 B
CoffeeScript

lunchControllers = angular.module 'lunchControllers'
lunchControllers.controller 'HomeCtrl', ['$scope',
HomeController = ($scope) ->
]