I have a ng-repeat element that runs on an array of pictures. Each of the pictures has properties of total likes and shares. I want to add an HTML div to the top 5 heights total likes and shares combined.
How can I do it?
Do I need to calculate the total amount in advance?