Merge "Place most recent items at the top of lists"
This commit is contained in:
commit
03fe1737e9
@ -51,7 +51,7 @@ angular.module('sb.search').directive('searchResults',
|
||||
*
|
||||
* @type {string}
|
||||
*/
|
||||
$scope.sortDirection = 'asc';
|
||||
$scope.sortDirection = 'desc';
|
||||
|
||||
/**
|
||||
* Handle error result.
|
||||
|
Loading…
x
Reference in New Issue
Block a user