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