Skip to content

Instantly share code, notes, and snippets.

@bmelton
Created April 6, 2012 18:49
Show Gist options
  • Select an option

  • Save bmelton/2322031 to your computer and use it in GitHub Desktop.

Select an option

Save bmelton/2322031 to your computer and use it in GitHub Desktop.
A Gentle Introduction to Ember - addItem
addItem: function(item) {
this.pushObject(item);
},
@bmelton

bmelton commented Apr 9, 2012

Copy link
Copy Markdown
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment