From d8063183422c3178064660c62386556d7c9fa8c4 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 28 Jul 2015 12:29:56 -0700 Subject: [PATCH] removing stale code --- awx/ui/client/src/app.js | 13 +------------ awx/ui/client/src/helpers/Schedules.js | 4 ++-- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/awx/ui/client/src/app.js b/awx/ui/client/src/app.js index bb6db4b189..2804ca7f09 100644 --- a/awx/ui/client/src/app.js +++ b/awx/ui/client/src/app.js @@ -898,18 +898,7 @@ var tower = angular.module('Tower', [ }] } }). - - // when('/inventory_scripts', { - // name: 'inventoryScriptsList', - // templateUrl: urlPrefix + 'partials/inventory_scripts.html', - // controller: InventoryScriptsList, - // resolve: { - // features: ['FeaturesService', function(FeaturesService) { - // return FeaturesService.get(); - // }] - // } - // }). - + when('/license', { name: 'license', templateUrl: urlPrefix + 'partials/license.html', diff --git a/awx/ui/client/src/helpers/Schedules.js b/awx/ui/client/src/helpers/Schedules.js index 72cebe1d6c..6c07823926 100644 --- a/awx/ui/client/src/helpers/Schedules.js +++ b/awx/ui/client/src/helpers/Schedules.js @@ -76,9 +76,9 @@ export default }]) .factory('EditSchedule', ['SchedulerInit', 'ShowSchedulerModal', 'Wait', - 'Rest', 'ProcessErrors', 'GetBasePath', 'SchedulePost', 'Empty', '$routeParams', + 'Rest', 'ProcessErrors', 'GetBasePath', 'SchedulePost', function(SchedulerInit, ShowSchedulerModal, Wait, Rest, ProcessErrors, - GetBasePath, SchedulePost, Empty, $routeParams) { + GetBasePath, SchedulePost) { return function(params) { var scope = params.scope, id = params.id,