diff --git a/awx/ui/static/js/controllers/Organizations.js b/awx/ui/static/js/controllers/Organizations.js index 28345ac2bb..b4daf21470 100644 --- a/awx/ui/static/js/controllers/Organizations.js +++ b/awx/ui/static/js/controllers/Organizations.js @@ -236,7 +236,7 @@ function OrganizationsEdit($scope, $rootScope, $compile, $location, $log, $route $scope.showActivity = function () { Stream({ - $scope: $scope + scope: $scope }); };