Skip to content

Instantly share code, notes, and snippets.

@devdays
Created December 16, 2014 19:06
Embed
What would you like to do?
Object JavaScript - Named Template
<script type="text/html" id="product-template">
<tr>
<td data-bind="text: product"></td>
<td data-bind="text: type"></td>
</tr>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment