From c9707502d35b25af9c2ee7a054d3f740ad799e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20M=C3=A9tais?= Date: Mon, 22 Sep 2014 15:52:56 +0200 Subject: [PATCH] Modal window closes on Esc keypress --- app/public/scripts/showOffenders.js | 2 +- bower.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/public/scripts/showOffenders.js b/app/public/scripts/showOffenders.js index 900d62f..b4e16c8 100644 --- a/app/public/scripts/showOffenders.js +++ b/app/public/scripts/showOffenders.js @@ -12,6 +12,6 @@ app.directive('showOffenders', function() { controller: function($scope, $element, $attrs, $location) { $scope.dialogShown = false; }, - template: ' ' + template: ' ' }; }); \ No newline at end of file diff --git a/bower.json b/bower.json index 4ef373c..ddfb70d 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,6 @@ "name": "yellowlabtools", "dependencies": { "angular": "^1.3.0", - "ngModal": "1.2.2" + "ngModal": "git://github.com/gmetais/ngModal.git#1.2.3" } }