compute
scope.compute(key [, options])
Get a compute that is two-way bound to the key
value in the scope. These computes
can be optimized beyond wrapping a compute around a call to get.
scope.compute( "first.name" );
Parameters
- key
{key}
:A dot-separated path. Use
"."
if you have a property name that includes a dot.