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

5 lines
118 B
CoffeeScript

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