Skip to content

Instantly share code, notes, and snippets.

@kiwiupover
Last active August 29, 2015 13:58
Show Gist options
  • Save kiwiupover/10342025 to your computer and use it in GitHub Desktop.
Save kiwiupover/10342025 to your computer and use it in GitHub Desktop.
Intro to Ember

Intro to EmberJS

  1. Ember Components
  • The component's template
  • Data binding in a component
  • Using dynamic data in the template
  • User interaction with the component
  • Sending data out of the component to the Ember app.
  1. Intro to the Ember Router
  • A route and a template
  • A resource and it's leaf routes
  • The outlet
  • Nested routes
  • The model it's route and template
  1. The Ember Model
  • Load dynamic model data from a route and display it in a template
  • Template helpers link-to, input, bind-attr
  • Displaying computed model data in the template
  • Updating the model
  1. Putting the parts together to build ember-weather.herokuapp.com

Additional Topics Covered

  • Ember CLI
  • Handlebars
  • Ember Testing
  • Broccoli build chain
  • Ember Inspector
  • Architecture of an Ember app
  • Ember Data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment