Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 261 Bytes

loading_data_from_a_server.mdown

File metadata and controls

9 lines (6 loc) · 261 Bytes

Loading Data From A Server

Problem

You want to load data from a server and have it available in your Ember application for observation and manipulation.

Solution

Use jQuery.ajax and convert the response into Ember observable objects.

Discussion