mirror of
https://github.com/ansible/awx.git
synced 2026-03-28 06:15:04 -02:30
Typo's and leftover injections that are no longer used.
This commit is contained in:
@@ -9,7 +9,6 @@ import surveyMaker from './survey-maker/main';
|
||||
import templatesList from './list/main';
|
||||
import jobTemplatesAdd from './job_templates/add-job-template/main';
|
||||
import jobTemplatesEdit from './job_templates/edit-job-template/main';
|
||||
import jobTemplatesCopy from './job_templates/copy-job-template/main';
|
||||
import workflowAdd from './workflows/add-workflow/main';
|
||||
import workflowEdit from './workflows/edit-workflow/main';
|
||||
import labels from './labels/main';
|
||||
@@ -17,11 +16,11 @@ import workflowChart from './workflows/workflow-chart/main';
|
||||
import workflowMaker from './workflows/workflow-maker/main';
|
||||
import templatesListRoute from './list/templates-list.route';
|
||||
import workflowService from './workflows/workflow.service';
|
||||
import templateCopyService from './copy-template/templay-copy.service';
|
||||
import templateCopyService from './copy-template/template-copy.service';
|
||||
|
||||
export default
|
||||
angular.module('templates', [surveyMaker.name, templatesList.name, jobTemplatesAdd.name,
|
||||
jobTemplatesEdit.name, jobTemplatesCopy.name, labels.name, workflowAdd.name, workflowEdit.name,
|
||||
jobTemplatesEdit.name, labels.name, workflowAdd.name, workflowEdit.name,
|
||||
workflowChart.name, workflowMaker.name
|
||||
])
|
||||
.service('TemplatesService', templatesService)
|
||||
|
||||
Reference in New Issue
Block a user