Update nestedcontent.editor.html

forgot the "property-" prefix.
This commit is contained in:
B. Gunnarsson
2019-08-19 15:20:20 +00:00
committed by Sebastiaan Janssen
parent a21c9420b1
commit 0aaf284f7f

View File

@@ -1,7 +1,7 @@
<div class="umb-pane">
<div ng-repeat="property in tab.properties" style="position: relative;">
<umb-property property="property" ng-class="{'umb-nested-content--not-supported': property.notSupported}" data-element="{{property.alias}}">
<umb-property property="property" ng-class="{'umb-nested-content--not-supported': property.notSupported}" data-element="property-{{property.alias}}">
<umb-editor model="property"></umb-editor>
</umb-property>