Trying to sort or reverse a list of <g>
elements using Angular's ng-repeat
directive is causing rendering order issues for me. I've created a plunkr to demonstrate the problem: http://plnkr.co/edit/f2pgSq?p=preview
I'm looking to utilize Angular's orderBy
and filter
extensively. Can anyone provide some insight into what I might be missing? Thank you in advance.