mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge branch 'master-redesign' of https://github.com/sharelatex/web-sharelatex into master-redesign
This commit is contained in:
commit
d5d29f0997
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,6 @@ define [
|
||||||
|
|
||||||
App.controller "ProjectPageController", ($scope, $modal, $q, $window, queuedHttp) ->
|
App.controller "ProjectPageController", ($scope, $modal, $q, $window, queuedHttp) ->
|
||||||
$scope.projects = window.data.projects
|
$scope.projects = window.data.projects
|
||||||
$scope.visibleProjects = $scope.projects
|
|
||||||
$scope.tags = window.data.tags
|
$scope.tags = window.data.tags
|
||||||
$scope.allSelected = false
|
$scope.allSelected = false
|
||||||
$scope.selectedProjects = []
|
$scope.selectedProjects = []
|
||||||
|
@ -439,7 +438,8 @@ define [
|
||||||
path = "/project/#{selected_project_ids[0]}/download/zip"
|
path = "/project/#{selected_project_ids[0]}/download/zip"
|
||||||
|
|
||||||
window.location = path
|
window.location = path
|
||||||
|
|
||||||
|
$scope.updateVisibleProjects()
|
||||||
|
|
||||||
App.controller "ProjectListItemController", ($scope) ->
|
App.controller "ProjectListItemController", ($scope) ->
|
||||||
$scope.ownerName = () ->
|
$scope.ownerName = () ->
|
||||||
|
|
Loading…
Reference in a new issue