mirror of
https://github.com/sismics/docs.git
synced 2024-11-22 05:57:57 +01:00
Closes #302: increase version history modal size
This commit is contained in:
parent
d5e73ecd8b
commit
cea0d4887d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user