Looping through a array in Handlebars.js

optorieEpheli

New Member
I have the server passing back this JSON and I'm not sure how to loop through a 2d array in Handlebars.\[code\]userSurvey":[[1],[2],[3]]\[/code\]I know to use \[code\]{{#each userSurvey}}\[/code\] but then how would I go about do the arrays inside the \[code\]usersurvey\[/code\] object?Any help is great. Thanks
 
Back
Top