Edit run functionality

This commit is contained in:
Ben Ramey
2014-06-24 22:49:02 -05:00
parent 90fee4987e
commit 65a3d36cd2
8 changed files with 35 additions and 34 deletions

View File

@@ -17,6 +17,7 @@ lunchControllers.controller 'CreateRunCtrl', ['$scope', '$http', '$location', 's
inviteeData.push
name: runData.creatorName
email: runData.creatorEmail
isCreator: true
socket.post '/run', runData, (runResponse) ->
inviteesCreated = 0