small fix to confirm modal

This commit is contained in:
Torkel Ödegaard 2015-02-19 10:42:13 +01:00
parent 0786977bcf
commit afc52f57a2

View File

@ -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,