mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
Sort with latest first by default
This commit is contained in:
@@ -57,7 +57,7 @@ define [
|
||||
$scope.selectedProjects = []
|
||||
$scope.filter = "all"
|
||||
$scope.predicate = "lastUpdated"
|
||||
$scope.reverse = false
|
||||
$scope.reverse = true
|
||||
|
||||
$scope.windowHeight = $window.innerHeight
|
||||
angular.element($window).bind "resize", () ->
|
||||
|
||||
Reference in New Issue
Block a user