Binding

Ember.Binding Class

DEPRECATED

PUBLIC

Defined in: packages/ember-metal/lib/binding.js:352

Module: ember-metal

An Ember.Binding connects the properties of two objects so that whenever the value of one property changes, the other property will be changed also.

Automatic Creation of Bindings with /^*Binding/-named Properties.

You do not usually create Binding objects directly but instead describe bindings in your class or object definition using automatic binding detection.

Properties ending