overleaf/services/web/public/coffee/app/ide/pdf/PdfManager.coffee

9 lines
189 B
CoffeeScript
Raw Normal View History

2014-06-28 08:25:06 -04:00
define [
"ide/pdf/controllers/PdfController"
"ide/pdf/directives/pdfJs"
], () ->
class PdfManager
2014-06-29 09:22:08 -04:00
constructor: (@ide, @$scope) ->
# All the logic actually happens in the controller