Handling Metadata
  • References/JavaScript/Ember.js/Guides/Models

Handling Metadata Along with the records returned from your store, you'll likely need to handle some kind of metadata. Metadata is

2025-01-10 15:47:30
Acceptance Tests
  • References/JavaScript/Ember.js/Guides/Testing

Acceptance Tests To create an acceptance test, run ember generate acceptance-test <name>. For example:

2025-01-10 15:47:30
Core Concepts
  • References/JavaScript/Ember.js/Guides/Getting Started

Core Concepts Before you start writing any Ember code, it's a good idea to get an overview of how an Ember application works.

2025-01-10 15:47:30
Using Block Params
  • References/JavaScript/Ember.js/Guides/Components

Using Block Params Components can have properties passed in (Passing Properties to a Component), but they can also return output to be used

2025-01-10 15:47:30
Inspecting Routes
  • References/JavaScript/Ember.js/Guides/Ember Inspector

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

2025-01-10 15:47:30
Library Info
  • References/JavaScript/Ember.js/Guides/Ember Inspector

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

2025-01-10 15:47:30
Handling Deprecations
  • References/JavaScript/Ember.js/Guides/Configuring Ember.js

Handling Deprecations A valuable attribute of the Ember framework is its use of Semantic

2025-01-10 15:47:30
Actions
  • References/JavaScript/Ember.js/Guides/Templates

Actions Your app will often need a way to let users interact with controls that change application state. For example, imagine that you have

2025-01-10 15:47:30
Adding Nested Routes
  • References/JavaScript/Ember.js/Guides/Tutorial

Adding Nested Routes Up to this point, we've generated four top level routes. An about route

2025-01-10 15:47:30
Triggering Changes with Actions
  • References/JavaScript/Ember.js/Guides/Components

Triggering Changes with Actions You can think of a component as a black box of UI functionality. So far, you've learned how parent components

2025-01-10 15:47:30