add sort by date joined option

This commit is contained in:
Adrien Lemaire
2013-11-23 22:06:22 +11:00
parent cef1e07b18
commit b36a288f04

View File

@@ -185,6 +185,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
'level': 'Sort by Level',
'random': 'Sort randomly',
'pets': 'Sort by number of pets',
'party_date_joined': 'Sort by Party date joined',
};
}])