Created
August 29, 2013 18:56
-
-
Save tomdale/6382021 to your computer and use it in GitHub Desktop.
Ember inspector description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The Ember Inspector is a plug-in for the Chrome developer tools that makes understanding and debugging your Ember.js application a snap. | |
After installing this extension, you'll be able to easily: | |
- View all of the routes defined in your application. | |
- Reference Ember's naming conventions for your URLs, including what to name your controllers, templates, routes and more. | |
- Overlay your application with information about what templates, controllers, and models are currently being rendered. | |
- Inspect the objects in your application, such as models and controllers, with UI that fully supports Ember features such as bindings and computed properties. | |
- Make your application's objects available in the console as the $E variable. | |
The Ember Inspector is an open source project maintained by the Ember.js community. The source code is available for download at https://github.com/tildeio/ember-extension. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment