set scollable property to default to false

This commit is contained in:
Dale Cameron
2020-10-07 14:52:18 -05:00
parent 645413b3f5
commit 01907c07fb
+2 -1
View File
@@ -667,7 +667,8 @@ angular.module('ui.bootstrap.modal', ['ui.bootstrap.multiMap', 'ui.bootstrap.sta
options: {
animation: true,
backdrop: true, //can also be false or 'static'
keyboard: true
keyboard: true,
scrollable: false
},
$get: ['$rootScope', '$q', '$document', '$templateRequest', '$controller', '$uibResolve', '$uibModalStack',
function ($rootScope, $q, $document, $templateRequest, $controller, $uibResolve, $modalStack) {