Skip to content

Instantly share code, notes, and snippets.

@scottmessinger
Created June 28, 2013 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottmessinger/5885341 to your computer and use it in GitHub Desktop.
Save scottmessinger/5885341 to your computer and use it in GitHub Desktop.

Core Concepts

[ snip ]

Concepts

The router drives an Ember app. The router translates the URL into a model that is rendered with a template. Optionally, you can use controllers and views for more control. Controllers hold application state that isn't expressed in the URL. Views back templates and can handle events.

Templates

[ snip ]

Models

[ snip ]

etc.

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