Skip to content

Instantly share code, notes, and snippets.

@danmcclain
Created February 10, 2012 13:48
Show Gist options
  • Select an option

  • Save danmcclain/1789733 to your computer and use it in GitHub Desktop.

Select an option

Save danmcclain/1789733 to your computer and use it in GitHub Desktop.
{{#each array}}
{{view ItemView controlerBinding="controller"}}
{{/each}}
{{#each ArrayOfArrays}}
{{view ArrayView controllerBinding="App.someController" arrayBinding="this"}}
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment