is a plain old Javascript object
$scope
{
$$childHead: Child
$$childTail: Child
$$listeners: Object
$$nextSibling: Child
$$prevSibling: null
$$watchers: Array[2]
$id: '004'
$parent: Child
...
}
Each
has its own Scope
The properties of a Scope is the
corresponding Controller's
And the
knows nothing about the Controller
...except those
exposed through the Scope
Let's see some examples!
of
with
by