I recently utilized ng-repeat to iterate over a ul element.
Unfortunately, I've run into an issue where I can't simply use nth-child(even) to change the background color of every other ul element.
Does anyone have any alternative solutions or suggestions? I'd greatly appreciate it!