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

@@ -1,6 +1,6 @@
lunchServices = angular.module 'lunchServices', []
lunchServices.factory 'socket', () ->
lunchServices.factory 'socket', socketFactory = () ->
s = window.io.connect()
s.on 'connect', () ->
s.on 'message', (message) ->