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/SBogers10/ijzerenman.komma.pro/app/storage/views/cd7a50d30c64762108f47cd8f56ec2e6
<div class="entity-attribute entity-attribute-dynamic <?php echo e(count($attribute->errors) == 0 ? '' : ' error'); ?> <?php echo e($attribute->class); ?>" ng-controller="KmsAttributeDynamicController" ng-init="key = '<?php echo $attribute->key; ?>'">

    <?php /* Form::label($attribute->key, $attribute->label) */ ?>
    <?php echo Form::hidden('key', $attribute->key, ['ng-model' => 'key']); ?>

    <?php echo Form::hidden($attribute->key, $attribute->getValue(), ['ng-value' => 'blocks | json', 'style'=>'width:100%;']); ?>


    <block ng-repeat="block in blocks"></block>

    <div class="add-new-block-row">
        <label>Voeg een nieuw blok toe</label>
        <select ng-model="blockTypeToAdd" ng-options="type.typeName for type in blockTypes">
            <option value="">- Kies een blok -</option>
        </select>
        <input type="button" value="+" ng-click="addBlock(blockTypeToAdd)"/>
    </div>
</div>