Intro to EmberJS
- 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.
- 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
- 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
- Putting the parts together to build ember-weather.herokuapp.com
- Ember CLI
- Handlebars
- Ember Testing
- Broccoli build chain
- Ember Inspector
- Architecture of an Ember app
- Ember Data