I'm using scope.$first
and scope.$index
to apply accordion to my content when ng-repeat
finishes populating it. At first I was using just scope.$last
but faced this problem - when try to search for some info (using filter) and then turn back to the whole list, accordion doesn't apply.
How to apply accordion when ng-repeat
finishes and save it further while filtering?