Sfoglia il codice sorgente

small fix to confirm modal

Torkel Ödegaard 11 anni fa
parent
commit
afc52f57a2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,