I'm trying to display an unordered list created using ng-repeat. Each list item includes a month header and a blog post.
I'm struggling to find a clean solution to only show one instance of each month name without resorting to complex jQuery hacks.
Is there a way in Angular to detect the value and use ng-hide to display only the first occurrence of each type?