Skip to content

Instantly share code, notes, and snippets.

@dancinllama
Created May 22, 2014 21: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 dancinllama/0543c51d520627385f52 to your computer and use it in GitHub Desktop.
Save dancinllama/0543c51d520627385f52 to your computer and use it in GitHub Desktop.
{{#each this.product.prodBean.subscriptionLabels}}
{{this}}
{{/each}}
//Iterate over a seperate array, but with same length.
//returns empty string for each subscription label, when it should return some text
{{#each this.product.prodBean.subscriptionDurations}}
{{this.product.prodBean.subscriptionLabels.[{{@index}}]}}]
{{/each}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment