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"
}
}