ohif-viewer/Packages/ohif-core/components/base/wrappers/label.html
2016-07-22 11:12:04 +02:00

12 lines
344 B
HTML

<template name="wrapperLabel">
<label class="wrapperLabel {{this.labelClass}}">
{{#if this.labelAfter}}
{{>UI.contentBlock}}
{{/if}}
<span class="wrapperText">{{reactive this.label}}</span>
{{#unless this.labelAfter}}
{{>UI.contentBlock}}
{{/unless}}
</label>
</template>