Observable
Ember.Observable Class
PUBLIC
Defined in: packages/ember-runtime/lib/mixins/observable.js:26
Module: ember-runtime
Overview
This mixin provides properties and property observing functionality, core features of the Ember object model.
Properties and observers allow one object to observe changes to a property on another object. This is one of the fundamental ways that models, controllers and views communicate with each other in an Ember application.
Any object that has this mixin applied can be used in observer operations. That includes Ember.Object
and most