Files
Umbraco-CMS/src/Umbraco.Web.UI.Client/src/views/directives/umb-property.html
2015-10-16 14:07:19 +02:00

19 lines
719 B
HTML

<div class="umb-property">
<ng-form name="propertyForm">
<div class="control-group umb-control-group" ng-class="{hidelabel:property.hideLabel}" >
<val-property-msg property="property"></val-property-msg>
<div class="umb-el-wrap">
<label class="control-label" ng-hide="property.hideLabel" for="{{property.alias}}" title="{{property.alias}}">
{{property.label}}
<small ng-bind-html="property.description"></small>
</label>
<div class="controls controls-row" ng-transclude>
</div>
</div>
</div>
</ng-form>
</div>