Skip to content

Instantly share code, notes, and snippets.

@ThomasArdal
Last active December 24, 2015 07:19
Show Gist options
  • Save ThomasArdal/6763225 to your computer and use it in GitHub Desktop.
Save ThomasArdal/6763225 to your computer and use it in GitHub Desktop.
Basic example using Knockout template engine.
<h1>Comments</h1>
<div id="comments" data-bind="foreach: comments">
<h2><a data-bind="attr: { href: '/posts/#' + id }, text: title"></a></h2>
<div data-bind="text: body"></div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment