template |
|
The template shown is rendered with the data below. You can change it and click to see the result change. Can.view renders the template with the data and appends it to the element as shown. If data is changed, the results automatically update with live binding | |
data |
|
|
Change the data's properties by hovering over any of them. Without even reapplying the template, the result below will update (because of live binding). |
can.view( template, data ) |
|