ohif-viewer/Packages/ohif-viewerbase/client/components/browser/list.html

8 lines
269 B
HTML

<template name="studyBrowserList">
<div class="study-browser-list {{this.class}}">
{{#each studyInformation in getStudiesInformation}}
{{>studyBrowserItem (clone this studyInformation=studyInformation)}}
{{/each}}
</div>
</template>