umb-property.html Moved to components/editor/

Duplicate files, removing this one.
This commit is contained in:
Per Ploug Krogslund
2015-10-05 17:17:22 +02:00
committed by Shannon
parent eda337d955
commit 045bc91bbc

View File

@@ -1,18 +0,0 @@
<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}}">
{{property.label}}
<small ng-bind-html="property.description"></small>
</label>
<div class="controls controls-row" ng-transclude>
</div>
</div>
</div>
</ng-form>
</div>