File: D:/HostingSpaces/SBogers85/equichecker.com/storage/framework/views/c8838bb262c893892b90d9408b48d959
<div ng-controller="KmsAttributeFieldGroupController"
ng-init="init(<?php echo $attribute->itemKey; ?>, <?php echo $attribute->maxFieldGroups; ?> )"
class="fieldGroupCollection">
<ul class="<?php if($attribute->sortable): ?> fieldGroupItems <?php endif; ?> ">
<?php echo $fieldGroup; ?>
<?php /*Todo add a count an a limiter*/ ?>
<?php /*Add a new item*/ ?>
<div class="repeater" ng-repeat="n in getNumber() track by $index"
ng-init="itemKey = <?php echo $attribute->itemKey; ?>+ $index"
ng-cloak>
<?php echo $attribute->renderEmptyFieldCollection(); ?>
</div>
</ul>
<div class="AddGroup">
<input type="button" Value="Add a row" ng-click="addRow()"/>
</div>
</div>