From 45ae4dd6721902b40ee317fd062c2cbd40b1122c Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 4 Sep 2014 11:03:06 -0400 Subject: [PATCH] Organization Activity Stream Clicking the Activity Stream button on the Ogranization detail page resulted in a JS error. https://trello.com/c/wUwLand8/141-the-stream-btn-on-an-organization-does-not-work --- awx/ui/static/js/controllers/Organizations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); };