Skip to content

Instantly share code, notes, and snippets.

@kyktommy
Created April 23, 2013 10:26
Show Gist options
  • Save kyktommy/5442455 to your computer and use it in GitHub Desktop.
Save kyktommy/5442455 to your computer and use it in GitHub Desktop.
<!-- products template -->
<ul data-bind="products">
<li>{{product.name}}</li>
</ul>
<!-- js -->
var products = Product.fetchAll()
product.add(new product({name: 'shoe'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment