If I have something like ``` javascript tree.rings ``` and I... ``` javascript $sailsBind.bind("tree", $scope) ``` The **trees** are two-way binding, but the **rings** are not.
If I have something like
and I...
The trees are two-way binding, but the rings are not.