Organize controllers, config

This commit is contained in:
Ben Ramey
2014-03-14 10:37:15 -05:00
parent 0fbee6ecc9
commit 026d98ed23
10 changed files with 43 additions and 26 deletions

View File

@@ -0,0 +1,4 @@
lunchControllers = angular.module 'lunchControllers'
lunchControllers.controller 'RunCtrl', ['$scope', ($scope) ->
]