UNPKG

angular-formly-templates-bootstrap

Version:

Angular-Formly plugin which outputs bootstrap compatible form fields.

8 lines (7 loc) 212 B
<div> <label for="{{id}}" class="control-label {{to.labelSrOnly ? 'sr-only' : ''}}" ng-if="to.label"> {{to.label}} {{to.required ? '*' : ''}} </label> <formly-transclude></formly-transclude> </div>