Add comment

This commit is contained in:
Shane Kilkelly 2017-06-12 15:47:31 +01:00
parent 26be4f84d0
commit d1a85304d2

View file

@ -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