Skip to content

Instantly share code, notes, and snippets.

@nikz
Created May 27, 2015 09:37
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 nikz/03d69f4d6027aa5992c4 to your computer and use it in GitHub Desktop.
Save nikz/03d69f4d6027aa5992c4 to your computer and use it in GitHub Desktop.
// ...
countries: {
nz: "Awesome",
au: "Boo"
}
// ...
{{#each-in items as |key value|}}
<p>{{key}}: {{value}}</p>
{{/each-in}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment