Organize controllers, config
This commit is contained in:
4
assets/linker/js/controllers/run-controller.coffee
Normal file
4
assets/linker/js/controllers/run-controller.coffee
Normal file
@@ -0,0 +1,4 @@
|
||||
lunchControllers = angular.module 'lunchControllers'
|
||||
|
||||
lunchControllers.controller 'RunCtrl', ['$scope', ($scope) ->
|
||||
]
|
||||
Reference in New Issue
Block a user