ohif-viewer/Packages/ohif-core/client/components/playground/playground.html
2016-08-18 17:15:59 -03:00

17 lines
503 B
HTML

<template name="componentPlayground">
<div class="component-playground">
{{>measureFlow treeColumns=true hideCommon=true}}
<!--
<div class="p-a-3">
{{>selectTree
key='label'
items=instance.items
label='Assign label'
searchPlaceholder='Search labels'
storageKey='measureLabelCommon'
}}
</div>
-->
</div>
</template>