getoutreach / epf

A framework for keeping your Ember.js apps in sync.
http://epf.io
MIT License
369 stars 33 forks source link

A simple working example #46

Closed zooshme closed 11 years ago

zooshme commented 11 years ago

Hi,

Could you please post a simple working example of how to integrate EPF with Ember.js

Thanks.

rayb commented 11 years ago

Hi,

Here is one simple example for ember-data converters coming over to epf, showing full CRUD parent/child relationships:

https://github.com/rayb/epf_skeleton

It is by no means endorsed by Gordon, but it did benefit from his direct input.

Ray Bunnage

From: Ovidiu Spatacian-Tarnu [mailto:notifications@github.com] Sent: Wednesday, July 31, 2013 3:58 PM To: GroupTalent/epf Subject: [epf] A simple working example (#46)

Hi,

Could you please post a simple working example of how to integrate EPF with Ember.js

Thanks.

— Reply to this email directly or view it on GitHubhttps://github.com/GroupTalent/epf/issues/46.

zooshme commented 11 years ago

Thank you @rayb. Much appreciated.

kiwiupover commented 11 years ago

I just pushed epf_example app that is a port of the ember_data_example. Let me know if it is helpful.