From: Mike Taylor Date: Fri, 29 Nov 2013 11:30:03 +0000 (+0000) Subject: Location names now listed with #commaList instead of #each. X-Git-Tag: 0.9.1~148^2~12 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=17c48ded3548965541ccf15cbb90da1788368e34 Location names now listed with #commaList instead of #each. --- diff --git a/examples/htdocs/mike.html b/examples/htdocs/mike.html index 2b3b75c..ca2da46 100644 --- a/examples/htdocs/mike.html +++ b/examples/htdocs/mike.html @@ -71,11 +71,8 @@ Locations - {{#each location}} - {{#if '@name'}} - {{attr '@name'}}
- {{/if}} - {{/each}} + {{#commaList location}} + {{attr '@name'}}{{/commaList}}