ohif-viewer/Packages/ohif-core/components/bootstrap/input/text.html
2016-07-22 11:12:04 +02:00

14 lines
379 B
HTML

<template name="inputText">
{{#baseComponent (extend this
base='baseInput'
class=(concat 'form-control ' this.class)
mixins=(concat 'input ' this.mixins)
wrappers=(concat ''
(valueIf reactive this.label 'wrapperLabel ' '')
this.wrappers
)
)}}
{{>UI.contentBlock}}
{{/baseComponent}}
</template>