From ccaae088d66032ff8ed40c2e82be167563eb806d Mon Sep 17 00:00:00 2001 From: Michael Abashian Date: Mon, 7 Mar 2016 13:06:25 -0500 Subject: [PATCH] Updated comments to reflect actual factory locations --- awx/ui/client/src/standard-out/standard-out.controller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/standard-out/standard-out.controller.js b/awx/ui/client/src/standard-out/standard-out.controller.js index b3b363e064..9330b567bc 100644 --- a/awx/ui/client/src/standard-out/standard-out.controller.js +++ b/awx/ui/client/src/standard-out/standard-out.controller.js @@ -79,7 +79,7 @@ export function JobStdoutController ($rootScope, $scope, $state, $stateParams, C return true; }); }); - // GetChoices can be found in the helper: StandardOut.js + // GetChoices can be found in the helper: Utilities.js // It attaches the source choices to $scope.source_choices. // Then, when the callback is fired, $scope.source is bound // to the corresponding label. @@ -93,7 +93,7 @@ export function JobStdoutController ($rootScope, $scope, $state, $stateParams, C }); } - // LookUpName can be found in the helper: StandardOut.js + // LookUpName can be found in the lookup-name.factory // It attaches the name that it gets (based on the url) // to the $scope variable defined by the attribute scope_var. if (!Empty(data.credential)) {