Inspecting Objects via the Container

Inspecting Objects via the Container Every Ember application has a container that maintains object instances for you. You can inspect these

2016-11-30 16:52:19
Library Info

Library Info To see a list of libraries used in your application, click on the Info menu. This view displays the libraries used

2016-11-30 16:52:22
Inspecting Routes

Inspecting Routes The Routes tab displays a list of your application's routes. For the following code:

2016-11-30 16:52:19
Installing the Inspector

Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices

2016-11-30 16:52:20
The View Tree

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

2016-11-30 16:53:54
Tackling Deprecations

Tackling Deprecations As part of making your app upgrades as smooth as possible, the Inspector gathers your deprecations, groups them, and

2016-11-30 16:53:31
Data Tab

Data Tab You can inspect your models by clicking on the Data tab. Check out

2016-11-30 16:49:07
Ember Inspector

Introduction The Ember Inspector is a browser add-on designed to help you understand and debug your Ember applications. You can install it

2016-11-30 16:51:02
Debugging Promises

Debugging Promises The Inspector provides a way to look at all Promises created in your application. Click on the Promises menu

2016-11-30 16:49:13
Object Inspector

Object Inspector The Inspector includes a panel that allows you to view and interact with your Ember objects. To open it, click on any Ember

2016-11-30 16:52:41