Binding#to()

to (path) Ember.Bindingpublic

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

This will set the to property path to the specified value. It will not attempt to resolve this property path to an actual object until you connect the binding.

The binding will search for the property path starting at the root object you pass when you connect() the binding. It follows the same rules as get() - see that method for more information.

Parameters:

path String|Tuple
A property path or tuple.

Returns:

Ember.Binding
`this`
doc_EmberJs
2016-11-30 16:48:42
Comments
Leave a Comment

Please login to continue.