Skip to content

Instantly share code, notes, and snippets.

@LLBlumire
Created April 7, 2017 18:13
Show Gist options
  • Save LLBlumire/c2a36bc8f67dfd358c3610345ea11689 to your computer and use it in GitHub Desktop.
Save LLBlumire/c2a36bc8f67dfd358c3610345ea11689 to your computer and use it in GitHub Desktop.
{
letters: ['a', 'b', 'c'],
numbers: ['1', '2', '3']
}
{{#each letters}}
{{#each ../numbers}}
//what to put here?
{{/each}}
{{/each}}
a1
a2
a3
b1
b2
b3
c1
c2
c3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment