This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Description
Django includes an especially useful template filter called "regroup" that lets you sort and re-organize a hash/dictionary data set by inner criteria ("Regroups a list of alike objects by a common attribute.") regroup is best explained by looking at the example + docs:
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#regroup
Feature request: It would be fantastic to see a similar capability built into Angular.