We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0612b3a commit 1fb0737Copy full SHA for 1fb0737
example/js/controllers/docCtrl.js
@@ -2,7 +2,6 @@ app.controller('DocCtrl', function($scope) {
2
3
$scope.pdfName = 'Relativity: The Special and General Theory by Albert Einstein';
4
$scope.pdfUrl = '/pdf/relativity.pdf';
5
- $scope.template = 'partials/viewer.html';
6
$scope.scroll = 0;
7
8
});
0 commit comments