Skip to content

Instantly share code, notes, and snippets.

@eliezerdt
Created April 20, 2015 16:39
Show Gist options
  • Select an option

  • Save eliezerdt/0455d48ee0ac67c47ec3 to your computer and use it in GitHub Desktop.

Select an option

Save eliezerdt/0455d48ee0ac67c47ec3 to your computer and use it in GitHub Desktop.
Ember notes
because Ember extends the function prototype to provide the property and observes keywords, you can’t use the fat arrow with a property or observes declaration. For those, you’ll still need to use the function keyword.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment