ok, find snippet below.
I'm using a public OData service Northwind.
You can see the view definition in the HTML tab line:
<List id="orderList" headerText="Orders" items="{/Orders}"> - Bind list items to the Orders entityset of OData
In javascript tab you can find the way how to bind OData model to View.