Does the groupBy doesn't works correctly with native orderBy filter?
Open
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
Looks like when I trying to use native angular orderBy filter along with the groupBy filter the first doesn't affect the result:
ng-repeat="(key, value) in collection | orderBy: '-OccurredOnDate' | groupBy: groupBy"
Any thoughts?
Thanks in advance
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.