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