From bab8f11111b6ef6996d77cfa9e551f3196228e6c Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Fri, 10 Apr 2015 08:46:28 +0200 Subject: [PATCH] fixed resource view --- .gitignore | 1 + src/edit.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17b2671..9134fc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ bower_components/ .divshot-cache/ +divshot-debug-log node_modules/ test/ testdata/ diff --git a/src/edit.html b/src/edit.html index 1704dab..f349021 100644 --- a/src/edit.html +++ b/src/edit.html @@ -86,7 +86,7 @@ {{$index + 1}} {{item.id}} {{item.name}} - {{item.assignedTo || []}} + {{item.assignedTo.join(', ') || "None"}}