ohif-viewer/Packages/ohif-lesiontracker/client/components/timepointBrowser/list.html

9 lines
271 B
HTML
Raw Normal View History

2017-10-12 15:10:43 +02:00
<template name="timepointBrowserList">
<div class="timepoint-browser-list {{this.class}}">
2017-10-12 15:10:43 +02:00
{{#each timepoint in this.timepoints}}
{{>timepointBrowserItem (clone this timepoint=timepoint)}}
2017-10-16 11:20:37 +02:00
<hr>
2017-10-12 15:10:43 +02:00
{{/each}}
</div>
2017-10-12 15:10:43 +02:00
</template>