diff --git a/docs-web/src/main/webapp/src/app/docs/controller/document/DocumentViewContent.js b/docs-web/src/main/webapp/src/app/docs/controller/document/DocumentViewContent.js index dd8efe7c..fcbfd0bd 100644 --- a/docs-web/src/main/webapp/src/app/docs/controller/document/DocumentViewContent.js +++ b/docs-web/src/main/webapp/src/app/docs/controller/document/DocumentViewContent.js @@ -195,10 +195,14 @@ angular.module('docs').controller('DocumentViewContent', function ($scope, $root }); }; + /** + * Open versions history. + */ $scope.openVersions = function (file) { $uibModal.open({ templateUrl: 'partial/docs/file.versions.html', controller: 'ModalFileVersions', + size: 'lg', resolve: { file: function () { return file;