Hacker News new | ask | show | jobs
by progx 4695 days ago
I look at your code and i think for this small project you can use jquery and ajax. Where does it use the advantages of a big framework like Ember?
1 comments

The advantage comes in for organization and simplicity of the code. I don't have to write any jQuery like for $("#item').html(). I just set a property on the model and it updates.