Skip to content

Instantly share code, notes, and snippets.

@davidbanham
Created August 8, 2011 03:42
Show Gist options
  • Save davidbanham/1131171 to your computer and use it in GitHub Desktop.
Save davidbanham/1131171 to your computer and use it in GitHub Desktop.
jade iteration value issue
- each item, ++i in cartItems
input(type="hidden",name="item_name_" + i,value=item.itemName)
input(type="hidden",name="amount_" + i,value=item.price)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment