cms/app-client/app/templates/player.hbs
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 00:15:46 +0100
changeset 87 24fef043ea0b
parent 86 15ded106ef1a
child 91 acfeddc7821d
permissions -rw-r--r--
add control to go next/previous sound
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
70e9a764d6d7 add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
     1
<div class="corpus-app-content">
86
15ded106ef1a add a player component to handle sound play/pause
nowmad@23.1.168.192.in-addr.arpa
parents: 84
diff changeset
     2
87
24fef043ea0b add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents: 86
diff changeset
     3
  {{player-component action="changeSong" sound=currentItem}}
24fef043ea0b add control to go next/previous sound
nowmad@nowmads-macbook-pro.local
parents: 86
diff changeset
     4
65
5d5c30207e4c add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents: 16
diff changeset
     5
  <p>
5d5c30207e4c add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents: 16
diff changeset
     6
    Title: {{ currentItem.title }}
5d5c30207e4c add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents: 16
diff changeset
     7
  </p>
5d5c30207e4c add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents: 16
diff changeset
     8
  <p>
5d5c30207e4c add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents: 16
diff changeset
     9
    Description: {{ currentItem.description }}
5d5c30207e4c add a html 5 audio player to play the current item clicked
nowmad@23.1.168.192.in-addr.arpa
parents: 16
diff changeset
    10
  </p>
16
70e9a764d6d7 add all tabs corresponding to each visualization, update name and structure and create a simple squeleton
nowmad@23.1.168.192.in-addr.arpa
parents:
diff changeset
    11
</div>