Closed
Description
Hi stackfull,
I'm trying to combine sf-virtual-repeat with ng-include, but I got error in 2 following cases:
<div>
<div>
<div sf-virtual-repeat="item in items" ng-include src="itemTemplateUrl">
</div>
</div>
</div>
Error: [$compile:multidir] Multiple directives [sfVirtualRepeat, ngInclude] asking for transclusion
<div>
<div>
<div sf-virtual-repeat="item in items">
<div ng-include src="itemTemplateUrl"></div>
</div>
</div>
</div>
Error: Unable to compute height of row
Could you help me out, or any suggestion, thanks..
Metadata
Metadata
Assignees
Labels
No labels