diff --git a/src/main/webapp/js/course.js b/src/main/webapp/js/course.js index e196749..f62af13 100644 --- a/src/main/webapp/js/course.js +++ b/src/main/webapp/js/course.js @@ -27,6 +27,7 @@ function courseCtrl($rootScope, $scope, $filter, $log, $routeParams, $location, $log.debug($scope.user); $scope.courses = data[1]; $scope.depts = data[2]; + $scope.allGenEds = data[3]; $scope.retrievingData = false; }); }