mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 16:51:11 +03:00
fixed grunt errors
This commit is contained in:
parent
4fb4975b44
commit
692bb67dfc
@ -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')),
|
||||
|
Loading…
Reference in New Issue
Block a user