mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update visible projects when loading the page
This commit is contained in:
parent
533b51146e
commit
1ef76d99ec
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,6 @@ define [
|
|||
|
||||
App.controller "ProjectPageController", ($scope, $modal, $q, $window, queuedHttp) ->
|
||||
$scope.projects = window.data.projects
|
||||
$scope.visibleProjects = $scope.projects
|
||||
$scope.tags = window.data.tags
|
||||
$scope.allSelected = false
|
||||
$scope.selectedProjects = []
|
||||
|
@ -440,6 +439,7 @@ define [
|
|||
|
||||
window.location = path
|
||||
|
||||
$scope.updateVisibleProjects()
|
||||
|
||||
App.controller "ProjectListItemController", ($scope) ->
|
||||
$scope.ownerName = () ->
|
||||
|
|
Loading…
Reference in a new issue