SyntaxFix
Write A Post
Hire A Developer
Questions
In addition to the accepted answer you can use this if you want to group by multiple columns:
<ul ng-repeat="(key, value) in players | groupBy: '[team,name]'">