cms/app-client/app/templates/results.hbs
author nowmad@nowmads-macbook-pro.local
Fri, 11 Dec 2015 13:13:47 +0100
changeset 51 70dff07a76ff
parent 41 b6815b3d46bd
child 52 87b6a104de8e
permissions -rw-r--r--
add click event on visu-carto and visu-langue and update the url with the selected element as filter parameter

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