mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
Updated comments to reflect actual factory locations
This commit is contained in:
@@ -79,7 +79,7 @@ export function JobStdoutController ($rootScope, $scope, $state, $stateParams, C
|
|||||||
return true;
|
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.
|
// It attaches the source choices to $scope.source_choices.
|
||||||
// Then, when the callback is fired, $scope.source is bound
|
// Then, when the callback is fired, $scope.source is bound
|
||||||
// to the corresponding label.
|
// 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)
|
// It attaches the name that it gets (based on the url)
|
||||||
// to the $scope variable defined by the attribute scope_var.
|
// to the $scope variable defined by the attribute scope_var.
|
||||||
if (!Empty(data.credential)) {
|
if (!Empty(data.credential)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user