ohif-viewer/Packages/ohif-core/client/components/playground/playground.html
2016-08-03 15:49:42 -03:00

12 lines
298 B
HTML

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