removing stale code

This commit is contained in:
Jared Tabor
2015-07-28 12:29:56 -07:00
parent 8d19eec6af
commit d806318342
2 changed files with 3 additions and 14 deletions

View File

@@ -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',

View File

@@ -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,