Skip to content

Commit 1fb0737

Browse files
committed
removed not require template scope variable
1 parent 0612b3a commit 1fb0737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/js/controllers/docCtrl.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ app.controller('DocCtrl', function($scope) {
22

33
$scope.pdfName = 'Relativity: The Special and General Theory by Albert Einstein';
44
$scope.pdfUrl = '/pdf/relativity.pdf';
5-
$scope.template = 'partials/viewer.html';
65
$scope.scroll = 0;
76

87
});

0 commit comments

Comments
 (0)