From 0d81d4a62b17f34f2dba2f58cc1cc5a49723c6b6 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 17 Jun 2015 12:26:59 -0400 Subject: [PATCH] fixing console error when running system jobs --- awx/ui/static/js/controllers/Jobs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/controllers/Jobs.js b/awx/ui/static/js/controllers/Jobs.js index 14948d59e6..2d5147238c 100644 --- a/awx/ui/static/js/controllers/Jobs.js +++ b/awx/ui/static/js/controllers/Jobs.js @@ -93,7 +93,7 @@ export function JobsListController ($rootScope, $log, $scope, $compile, $routePa $rootScope.removeJobStatusChange(); } $rootScope.removeJobStatusChange = $rootScope.$on('JobStatusChange-jobs', function() { - jobs_scope.refreshJobs(); + $scope.refreshJobs(); }); if ($rootScope.removeScheduleStatusChange) {