Skip to content

Instantly share code, notes, and snippets.

@kagemusha
Created February 27, 2013 02:24
Show Gist options
  • Save kagemusha/5044442 to your computer and use it in GitHub Desktop.
Save kagemusha/5044442 to your computer and use it in GitHub Desktop.
Say you have a model set with many items. In Ember:
set.items[0] #incorrect
=>
set.get("items").objectAt(0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment