Hoover a property in backend to get its alias

This commit is contained in:
TOXIC\Tobbe
2015-10-16 14:07:19 +02:00
parent 3a5a32c65f
commit b2f0a9f23d

View File

@@ -5,7 +5,7 @@
<val-property-msg property="property"></val-property-msg>
<div class="umb-el-wrap">
<label class="control-label" ng-hide="property.hideLabel" for="{{property.alias}}">
<label class="control-label" ng-hide="property.hideLabel" for="{{property.alias}}" title="{{property.alias}}">
{{property.label}}
<small ng-bind-html="property.description"></small>
</label>