Skip to content

Instantly share code, notes, and snippets.

@AlexZeitler
Created December 26, 2011 19:04
Show Gist options
  • Save AlexZeitler/1521939 to your computer and use it in GitHub Desktop.
Save AlexZeitler/1521939 to your computer and use it in GitHub Desktop.
knockoutjs list template with nav container
<nav id="menu">
<ul id="thelist" data-bind="foreach: contents">
<li><span data-bind="text: title"></span></li>
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment