LetsLunch / lunch

Other
38 stars 3 forks source link

Removed chat debug menu #92

Closed omkarv closed 10 years ago

omkarv commented 10 years ago

Fixed #67 and #72 and removed the chat debug menu

omkarv commented 10 years ago

Angular's $http function detects and deserializes JSON, if a JSON response is detected. I made a mistake on the next line, parsedData should be returnedData. Good catch.