Skip to content

Instantly share code, notes, and snippets.

@devdays
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/eb69b68e7e0d71748d5c to your computer and use it in GitHub Desktop.
Save devdays/eb69b68e7e0d71748d5c to your computer and use it in GitHub Desktop.
Singe Page App - Minimal formatting
<h2>Products</h2>
<p>Here are the products:</p>
<section id="myProducts">
</section>
<!-- container for the teaplate -->
<ul data-bind="template: { name: 'ProductTemplate', foreach: products }"></ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment