ohif-viewer/Packages/reactive-form-controls/client/components/helpBlock/helpBlock.html

7 lines
165 B
HTML

<template name="helpBlock">
{{#if isInvalidKey key}}
<span class="help-block m-b-none">
{{invalidKeyMessage key}}
</span>
{{/if}}
</template>