cms/app-client/app/templates/components/transcript-section-component.hbs
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 03:30:51 +0100
changeset 455 a8bed1c7df8e
parent 454 710a2ae08a74
permissions -rw-r--r--
move the transcript highlight and autoscroll logic to the base component

<h3>{{title}}</h3>
<ol class="annotations">
  {{#each turns as |turn|}}
  {{transcript-turn-component turn=turn player=player intervals=intervals play=(action play)}}
  {{/each}}
</ol>