UNPKG

md-form-builder

Version:

AngularJS - Material Design - Form Builder

6 lines (4 loc) 273 B
<md-content style="margin: 10px 0px;"> <label layout="row" style="border-bottom: 1px solid #ccc; margin-bottom: 5px; padding-bottom: 5px;" ng-if="field.title" ng-bind-html="field.title"></label> <div ng-bind-html="field.value" ng-if="field.value"></div> </md-content>