Merge "Place most recent items at the top of lists"

This commit is contained in:
Jenkins 2015-12-16 15:30:48 +00:00 committed by Gerrit Code Review
commit 03fe1737e9

View File

@ -51,7 +51,7 @@ angular.module('sb.search').directive('searchResults',
*
* @type {string}
*/
$scope.sortDirection = 'asc';
$scope.sortDirection = 'desc';
/**
* Handle error result.