ng-group icon indicating copy to clipboard operation
ng-group copied to clipboard

Angular.js filter for grouping items by a field.

Results 3 ng-group issues
Sort by recently updated
recently updated
newest added

I'm trying to change the groupBy dynamically with a Radio button but it do not work. Radio button: `ng-click="model.selected = 'sex'" ` Radio button 2: `ng-click="model.selected = 'age'" ` In...

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

I think it would be useful to be able to group on nested fields, as can be done with `orderBy`, such as ``` html {{placePeople['homeAddress.town']}} ``` These changes make use...