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
This commit is contained in:
Chris Houseknecht 2014-09-04 11:03:06 -04:00
parent efab451632
commit 45ae4dd672

View File

@ -236,7 +236,7 @@ function OrganizationsEdit($scope, $rootScope, $compile, $location, $log, $route
$scope.showActivity = function () {
Stream({
$scope: $scope
scope: $scope
});
};