mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add comment
This commit is contained in:
parent
26be4f84d0
commit
d1a85304d2
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ define [
|
|||
ide.binaryFilesManager = new BinaryFilesManager(ide, $scope)
|
||||
|
||||
# Set up labels
|
||||
# TODO: figure out angular init order and move this
|
||||
# code somewhere more appropriate
|
||||
ide.socket.on 'broadcastDocLabels', (data) ->
|
||||
labels.onBroadcastDocLabels(data)
|
||||
$scope.$on 'entity:deleted', labels.onEntityDeleted
|
||||
|
|
Loading…
Reference in a new issue