diff --git a/app/partials/mobile/head.html b/app/partials/mobile/head.html
index 79c03d40..cd05bbe8 100644
--- a/app/partials/mobile/head.html
+++ b/app/partials/mobile/head.html
@@ -86,7 +86,7 @@
-
+
diff --git a/app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js b/app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js
index de1ff96c..bd219029 100644
--- a/app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js
+++ b/app/vendor/ui-bootstrap/ui-bootstrap-custom-tpls-0.12.0.js
@@ -787,6 +787,11 @@ angular.module('ui.bootstrap.modal', ['ui.bootstrap.transition'])
element.addClass(attrs.windowClass || '');
scope.size = attrs.size;
+ // moved from template to fix issue #2280
+ element.on('click', function(evt) {
+ scope.close(evt);
+ });
+
$modalStack.registerObserverCallback(function(hiddenBySingle) {
scope.hiddenBySingle = hiddenBySingle || false;
});
@@ -1257,7 +1262,7 @@ angular.module("template/modal/backdrop.html", []).run(["$templateCache", functi
angular.module("template/modal/window.html", []).run(["$templateCache", function($templateCache) {
$templateCache.put("template/modal/window.html",
- "