Default sort by popularity instead of starred

This commit is contained in:
Joseph Schorr 2015-07-22 16:54:21 -04:00
parent 7a0014b77d
commit 93c614ae31

View file

@ -20,7 +20,7 @@ angular.module('quay').directive('repoListTable', function () {
$scope.maxPopularity = 0;
$scope.options = {
'predicate': 'is_starred',
'predicate': 'popularity',
'reverse': true
};