add track by for properties

This commit is contained in:
Mads Rasmussen
2018-06-17 15:00:43 +02:00
parent 72fb712bad
commit 6a422fc88d

View File

@@ -8,7 +8,7 @@
</div>
<div class="umb-expansion-panel__content" ng-show="group.open">
<umb-property data-element="property-{{group.alias}}" ng-repeat="property in group.properties" property="property">
<umb-property data-element="property-{{group.alias}}" ng-repeat="property in group.properties track by property.alias" property="property">
<umb-property-editor model="property"></umb-property-editor>
</umb-property>
</div>