From 76d4eb19f95c5425cc7fcc5dfd3f4cce06182d39 Mon Sep 17 00:00:00 2001 From: jelhan Date: Wed, 29 Jan 2014 15:32:27 +0100 Subject: [PATCH] Fixing bug in template: selected values of a user was not shown --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b8ed090..ef66936 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@ {{#each user in users}} {{user.name}} - {{#each selection in selections}} + {{#each selection in user.selections}} {{selection.value}} {{/each}}