diff --git a/static/js/services/alertify.js b/static/js/services/alertify.js index 89f4ce20..405cf474 100644 --- a/static/js/services/alertify.js +++ b/static/js/services/alertify.js @@ -50,7 +50,7 @@ define(["angular"], function(angular) { }]; // Alertify uniquified api wrapper - return ["$window", "$modal", "$templateCache", "translation", '$compile', function($window, $modal, $templateCache, translation, $compile) { + return ["$window", "$modal", "$templateCache", "translation", function($window, $modal, $templateCache, translation) { // Overwrite templates from dialogs with fontawesome/i18n variants. $templateCache.put('/dialogs/error.html', '');