From 692bb67dfcbccb674e2eb7a72c693c8130926630 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 30 Apr 2015 15:37:52 -0400 Subject: [PATCH] fixed grunt errors --- awx/ui/static/js/shared/prompt-dialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/js/shared/prompt-dialog.js b/awx/ui/static/js/shared/prompt-dialog.js index 96f0308fbe..d083045a60 100644 --- a/awx/ui/static/js/shared/prompt-dialog.js +++ b/awx/ui/static/js/shared/prompt-dialog.js @@ -28,8 +28,8 @@ export default angular.module('PromptDialog', ['Utilities', 'sanitizeFilter']) - .factory('Prompt', ['$sce', '$filter', - function ($sce, $filter) { + .factory('Prompt', [ + function () { return function (params) { var dialog = angular.element(document.getElementById('prompt-modal')),