ohif-viewer/Packages/ohif-lesiontracker/client/components/timepointBrowser/list.html
2017-10-25 22:18:42 -02:00

9 lines
271 B
HTML

<template name="timepointBrowserList">
<div class="timepoint-browser-list {{this.class}}">
{{#each timepoint in this.timepoints}}
{{>timepointBrowserItem (clone this timepoint=timepoint)}}
<hr>
{{/each}}
</div>
</template>