Support is_primary fields and boolean options.
[civicrm-core.git] / ext / afform / core / ang / af / afRepeat.html
index 98346d3fe92d60c499364cf7680f8661bed0dff0..7c7ef36eb1ef4603ff864fa4d11892e1e4e3d41a 100644 (file)
@@ -1,4 +1,4 @@
-<div af-repeat-item="item" ng-repeat="item in getItems()">
+<div af-repeat-item="item" repeat-index="$index" ng-repeat="item in getItems()">
   <ng-transclude />
   <button crm-icon="fa-ban" class="btn btn-xs af-repeat-remove-btn" ng-if="canRemove()" ng-click="removeItem($index)"></button>
 </div>