Services An Ember.Service is an Ember object that lives for the duration of the application, and can be made available in different
The View Tree You can use the View Tree to inspect your application's current state. The View Tree shows you the currently rendered templates
Deploying To deploy an Ember application simply transfer the output from ember build to a web server. This can be done with standard
Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices
Installing Addons Ember has a rich ecosystem of addons that can be easily added to projects. Addons provide a wide range of functionality
Building a Simple Component As a user looks through our list of rentals, they may want to have some interactive options to help them make
Introduction Testing is a core part of the Ember framework and its development cycle. Let's assume you are
Handlebars Basics Ember uses the Handlebars templating library
Specifying a Route's Model Often, you'll want a template to display data from a model. Loading the appropriate model is one job of a route
Bindings Unlike most other frameworks that include some sort of binding implementation, bindings in Ember.js can be used with any object.
Page 5 of 10