Place most recent items at the top of lists

Lists of projects, stories, etc, default to having the oldest item at
the top, and the newest at the bottom. This switches that round, so
that users can easily see when new projects, stories, etc are added.

Change-Id: Id907b66dd07682c4e3045cbec239d7a24fb01b29
This commit is contained in:
Zara 2015-11-30 14:50:31 +00:00
parent 1f668a733a
commit 93e7aac0b2

View File

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