cms/app-client/app/templates/player.hbs
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 13:04:27 +0100
changeset 89 89be68e13215
parent 87 24fef043ea0b
child 91 acfeddc7821d
permissions -rw-r--r--
fix a problem after reloading the page the date tags couldn't be deleted

<div class="corpus-app-content">

  {{player-component action="changeSong" sound=currentItem}}

  <p>
    Title: {{ currentItem.title }}
  </p>
  <p>
    Description: {{ currentItem.description }}
  </p>
</div>