author | nowmad@23.1.168.192.in-addr.arpa |
Tue, 19 Jan 2016 19:06:17 +0100 | |
changeset 86 | 15ded106ef1a |
parent 84 | 36f84e8f1ad5 |
child 87 | 24fef043ea0b |
permissions | -rw-r--r-- |
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 |
|
15ded106ef1a
add a player component to handle sound play/pause
nowmad@23.1.168.192.in-addr.arpa
parents:
84
diff
changeset
|
3 |
{{player-component sound=currentItem}} |
15ded106ef1a
add a player component to handle sound play/pause
nowmad@23.1.168.192.in-addr.arpa
parents:
84
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> |