mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 19:10:00 -02:30
adding ngdocs site for tower doc site
This commit is contained in:
@@ -3,14 +3,18 @@
|
||||
*
|
||||
* EventsHelper
|
||||
*
|
||||
* EventView - show the job_events form in a modal dialog
|
||||
*
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ngdoc function
|
||||
* @name helpers.function:Events
|
||||
* @description EventView - show the job_events form in a modal dialog
|
||||
*/
|
||||
'use strict';
|
||||
|
||||
angular.module('EventsHelper', ['RestServices', 'Utilities', 'JobEventDataDefinition', 'JobEventsFormDefinition'])
|
||||
|
||||
|
||||
.factory('EventView', ['$rootScope', '$location', '$log', '$routeParams', 'Rest', 'Alert', 'GenerateForm',
|
||||
'Prompt', 'ProcessErrors', 'GetBasePath', 'FormatDate', 'JobEventDataForm', 'Empty', 'JobEventsForm',
|
||||
function ($rootScope, $location, $log, $routeParams, Rest, Alert, GenerateForm, Prompt, ProcessErrors, GetBasePath,
|
||||
|
||||
Reference in New Issue
Block a user