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

12 lines
281 B
HTML

<template name="baseInput">
<input
type="{{choose this.type 'text'}}"
id="{{this.id}}"
class="{{this.class}}"
name="{{this.name}}"
value="{{reactive this.value}}"
{{this.tagAttributes}}
>
{{>UI.contentBlock}}
</template>