Browse Source

small fix to confirm modal

Torkel Ödegaard 11 years ago
parent
commit
afc52f57a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/services/alertSrv.js

+ 1 - 1
src/app/services/alertSrv.js

@@ -67,7 +67,7 @@ function (angular, _) {
 
       var confirmModal = $modal({
         template: './app/partials/confirm_modal.html',
-        persist: true,
+        persist: false,
         modalClass: 'confirm-modal',
         show: false,
         scope: scope,