HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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>