- EmberJS Tutorial
- EmberJS - Home
- EmberJS - Overview
- EmberJS - Installation
- EmberJS - Core Concepts
- Creating and Running Application
- EmberJS - Object Model
- EmberJS - Router
- EmberJS - Templates
- EmberJS - Components
- EmberJS - Models
- EmberJS - Managing Dependencies
- EmberJS - Application Concerns
- EmberJS - Configuring Ember.js
- EmberJS - Ember Inspector
- EmberJS Useful Resources
- EmberJS - Quick Guide
- EmberJS - Useful Resources
- EmberJS - Discussion
EmberJS - 应用程序问题
可以使用 Ember.Application类来扩展 Ember 应用程序,该类声明和配置有助于构建应用程序的对象。
应用程序在运行时创建Ember.ApplicationInstance类,该类用于管理其方面,并充当实例化对象的所有者。简而言之,Ember.Application类定义应用程序,Ember.ApplicationInstance 类管理其状态。
下表列出了有关模型的更多详细信息 -