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
Preventing and Retrying Transitions
  • References/JavaScript/Ember.js/Guides/Routing

Preventing and Retrying Transitions During a route transition, the Ember Router passes a transition object to the various hooks on the routes

2025-01-10 15:47:30
Rendering a Template
  • References/JavaScript/Ember.js/Guides/Routing

Rendering a Template One job of a route handler is rendering the appropriate template to the screen. By default

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
Defining a Component
  • References/JavaScript/Ember.js/Guides/Components

Defining a Component To define a component, run: ember

2025-01-10 15:47:30
Specifying the URL Type
  • References/JavaScript/Ember.js/Guides/Configuring Ember.js

Specifying the URL Type The Ember router has four options to manage your application's URL: history, which uses the HTML5 History

2025-01-10 15:47:30
Using Ember Data
  • References/JavaScript/Ember.js/Guides/Tutorial

Using Ember Data Currently, our app is using hard-coded data for rentals in the rentals route handler to set the model

2025-01-10 15:47:30
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
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
Unit Testing Basics
  • References/JavaScript/Ember.js/Guides/Testing

Unit Testing Basics Unit tests are generally used to test a small piece of code and ensure that it is doing what was intended. Unlike acceptance

2025-01-10 15:47:30