Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 202 Bytes

sending_data_to_a_server.mdown

File metadata and controls

9 lines (6 loc) · 202 Bytes

Sending Data To A Server

Problem

You want to send data from your Ember application to a server.

Solution

Use jQuery.ajax and send json serialized Ember objects to the server.

Discussion