Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.rest/OSEE-INF/web/agileui/teamCtrl.js')
-rw-r--r--plugins/org.eclipse.osee.ats.rest/OSEE-INF/web/agileui/teamCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.rest/OSEE-INF/web/agileui/teamCtrl.js b/plugins/org.eclipse.osee.ats.rest/OSEE-INF/web/agileui/teamCtrl.js
index 1992bec4d87..4625633c9c6 100644
--- a/plugins/org.eclipse.osee.ats.rest/OSEE-INF/web/agileui/teamCtrl.js
+++ b/plugins/org.eclipse.osee.ats.rest/OSEE-INF/web/agileui/teamCtrl.js
@@ -59,7 +59,7 @@ angular
};
$scope.updateTeams = function() {
- $scope.teams = null;
+ $scope.sheets = null;
var loadingModal = PopupService
.showLoadingModal();
AgileFactory.getTeams().$promise

Back to the top