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

8 lines
305 B
HTML

<template name="timepointBrowserList">
{{#scrollArea class=(concat 'full-height ' this.class) scrollableClass=this.scrollableClass}}
{{#each timepoint in this.timepoints}}
{{>timepointBrowserItem (clone this timepoint=timepoint)}}
{{/each}}
{{/scrollArea}}
</template>