Skip to content

Instantly share code, notes, and snippets.

@jswanner
Created February 9, 2012 16:32
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 jswanner/1780938 to your computer and use it in GitHub Desktop.
Save jswanner/1780938 to your computer and use it in GitHub Desktop.
%script#extras-column-template(type="text/x-jquery-tmpl")
%div.extras(data-bind="foreach: extrasAndExpenses")
%div
/ ko text: text
/ /ko
%a.delete-link X
# OR
%script#extras-column-template(type="text/x-jquery-tmpl")
%div.extras(data-bind="foreach: extrasAndExpenses")
%div
%span(data-bind="text: text")
%a.delete-link X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment