7 comments

[ 3.2 ms ] story [ 29.0 ms ] thread
nice..actually am doing a ember project where i am not even many use of models..Property Binding itself is so awesome in emberJS..
How does Ember's Property Binding differ from Backbone.Stickit or Angular?
This is of course well meant and I think it is good to remind people, that there is no need to use Ember Data in Ember, but I have one objection:

The example only fetches records from the API and never creates, updates or deletes any. This is actually something that can easily be achieved with Ember Data today and in fact it is the one thing that is well documented.