overleaf/services/web/public/coffee/app/ide/pdf/controllers/PdfController.coffee

7 lines
132 B
CoffeeScript
Raw Normal View History

2014-06-28 08:25:06 -04:00
define [
"base"
], (App) ->
App.controller "PdfController", ["$scope", ($scope) ->
$scope.pdf =
url: "/ScalaByExample.pdf"
]