Skip to content

Commit

Permalink
Reload gen eds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjo06 committed Apr 21, 2018
1 parent 2888e9c commit 3cdf0b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/js/course.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
}
Expand Down

0 comments on commit 3cdf0b8

Please sign in to comment.