Advanced Ember.js Models and Routes Tutorial

preview_player
Показать описание

Keep in mind with multiple models you can use
Ember.RSVP.hash
Relationships (hasMany, belongsTo)
Nested Routes

In this example we focus on using Ember.RSVP.hash and overriding the setupController.

Check out my website

Рекомендации по теме
Комментарии
Автор

when i use RSVP.hash, it gives me an error, model.get is not a function already the 3rd day I can’t solve the problem, please help

StrangeMr
Автор

Where are all the names of books, authors coming from? was a database already made before the tutorial?

almost
Автор

unable to display books list and also my mirage folder is not inside app folder.

ShivamSinhaiiitm
Автор

nice video thanks for clean explanation .How ever i have doubt about how to load the ajax return data in multiple models in single route

codesigns