samstokes / ng-group

Angular.js filter for grouping items by a field.
MIT License
18 stars 8 forks source link

how to group by multiple fields? #1

Open mma183 opened 9 years ago

mma183 commented 9 years ago

Hi, First of all, thanks for sharing this. It's very help. I am wonder how to group by multiple fields.

Something like this: groupBy: {'company':'contactByCompany', 'program':'contactByProgram'}

Thanks so much. Mandy

sonukapoor commented 8 years ago

I am looking for the same.