Files
lunchrun.me/assets/linker/js/controllers/home-controller.coffee
2014-03-14 10:37:15 -05:00

5 lines
119 B
CoffeeScript

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