Collection-Repeat and ng-include

Hy everybody

Collection-repeat works with ng-include?

<ion-content ng-controller="ContentCtrl">
  <div class="list">
    <div class="item my-item"
      collection-repeat="item in items"
      collection-item-width="'100%'"
      collection-item-height="getItemHeight(item, $index)"
      ng-style="{height: getItemHeight(item, $index)}"
      ng-include src="'path/to/something.html'">
    </div>
  </div>
</div>

I am facing some errors trying to do so

1 Like

I want to do the same but by now is not possible, isn’t it? @uliporeggia @perry @adam
collection-repeat should do support to ng-include