mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
fixed grunt errors
This commit is contained in:
@@ -28,8 +28,8 @@
|
|||||||
|
|
||||||
export default
|
export default
|
||||||
angular.module('PromptDialog', ['Utilities', 'sanitizeFilter'])
|
angular.module('PromptDialog', ['Utilities', 'sanitizeFilter'])
|
||||||
.factory('Prompt', ['$sce', '$filter',
|
.factory('Prompt', [
|
||||||
function ($sce, $filter) {
|
function () {
|
||||||
return function (params) {
|
return function (params) {
|
||||||
|
|
||||||
var dialog = angular.element(document.getElementById('prompt-modal')),
|
var dialog = angular.element(document.getElementById('prompt-modal')),
|
||||||
|
|||||||
Reference in New Issue
Block a user