Complex Objects


                

No Javascript written to bind item List / Item details / Cart component

<bindings>
<binding source="#list" x-model="watch" event="watch-selected" target="#detail"
property="watch" object ></binding>
<binding source="#list" event="add-to-cart" target="#cart"
property="newWatch" object ></binding>
<binding source="#list" event="add-to-cart" target="#detail"
property="watch" object ></binding>
<binding source="#detail" event="add-to-cart" target="#cart"
property="newWatch" object ></binding>
<binding source="#cart" event="checkout" target="#cart"
pipe="onCheckout" object ></binding>
</bindings>=