Skip to content

Instantly share code, notes, and snippets.

@scottmessinger
Created March 20, 2012 22:39
Show Gist options
  • Save scottmessinger/2142039 to your computer and use it in GitHub Desktop.
Save scottmessinger/2142039 to your computer and use it in GitHub Desktop.
Ember.js conventions

global vs. local property When nesting a view class like this, make sure to use a lowercase letter, as Ember will interpret a property with a capital letter as a global property.

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