Skip to content

Commit

Permalink
Changes backdrop to static for publish modal. (oppia#6071)
Browse files Browse the repository at this point in the history
  • Loading branch information
DubeySandeep authored and vibhor98 committed Jan 7, 2019
1 parent 35c2f13 commit 61d6da1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ oppia.factory('ExplorationSaveService', [
templateUrl: UrlInterpolationService.getDirectiveTemplateUrl(
'/pages/exploration_editor/' +
'exploration_publish_modal_directive.html'),
backdrop: true,
backdrop: 'static',
controller: [
'$scope', '$uibModalInstance', function($scope, $uibModalInstance) {
$scope.publish = $uibModalInstance.close;
Expand Down

0 comments on commit 61d6da1

Please sign in to comment.