Created
May 22, 2014 21:32
-
-
Save dancinllama/0543c51d520627385f52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{#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