awx/awx/ui/client/lib/components/input/label.partial.html
2017-06-12 09:53:11 -04:00

6 lines
264 B
HTML

<label class="at-InputLabel at-u-flat">
<span ng-if="config.options.required" class="pull-left at-InputLabel-required">*</span>
<span class="pull-left">{{::state.options.label}}</span>
<at-popover class="pull-left" state="state"></at-popover>
</label>