Answer the question
In order to leave comments, you need to log in
How to call directives in ng-repeat?
Component
<div ng-class="{'hide': ($ctrl.data.length < 1) ? 1 : 0 }" class="outputEntityList" collapsibleinit>
<ul class="collapsible proccesscollaps" data-collapsible="accordion" ng-repeat="entity in $ctrl.data" >
<li>
<div class="collapsible-header active">
<i class="material-icons">arrow_drop_down</i> {{ entity.title }}
</div>
<div class="collapsible-body">
text
</div>
</li>
</ul>
</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question