cms/app-client/app/templates/results.hbs
author nowmad@nowmads-macbook-pro.local
Thu, 10 Dec 2015 16:49:43 +0100
changeset 41 b6815b3d46bd
parent 16 70e9a764d6d7
child 52 87b6a104de8e
permissions -rw-r--r--
pass arguments to results components

<h2>This is the results</h2>
<div class="corpus-app-content">
  RESULTS
  {{#each model as |item| }}
    <p>
      <strong>{{ item.name }}</strong>
    </p>
  {{/each}}
</div>