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

8 lines
269 B
HTML
Raw Normal View History

<template name="studyBrowserList">
<div class="study-browser-list {{this.class}}">
2017-10-24 18:20:57 +02:00
{{#each studyInformation in getStudiesInformation}}
{{>studyBrowserItem (clone this studyInformation=studyInformation)}}
{{/each}}
</div>
</template>