I'm trying to post changes to a row in a table via a form in AngularJS. However, it looks like the data selected in the view is not pushed to the object correctly, and I get a 500 error when posting on my real dev environment.
Here's my code
Edit:
The format I would like to post is: { "id" : "1", "name" : "5k", "distance" : "3.1 miles", "date" : "3/14/2014", "time" : "8 am" }
editedEventcontent - you need to create a function that will convert the event into that sign up. May I suggest reformatting your input data so that it more accurately matches the format of your output, then you'll have much less confusion.