5 lines
118 B
CoffeeScript
5 lines
118 B
CoffeeScript
lunchControllers = angular.module 'lunchControllers'
|
|
|
|
lunchControllers.controller 'RunCtrl', ['$scope', ($scope) ->
|
|
]
|