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