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"}}