diff --git a/templates/js/controllers/myClassesController.js b/templates/js/controllers/myClassesController.js index 8ca5128..879dcbb 100644 --- a/templates/js/controllers/myClassesController.js +++ b/templates/js/controllers/myClassesController.js @@ -30,12 +30,14 @@ angular.module('SeHub') $scope.createCourseClicked = function() { $scope.isNewCourse = true; + $scope.showMyClass = false; console.log("create course Clicked!!"); } $scope.showMyCourses = function() { $scope.showMyClass = true; + $scope.isNewCourse = false; } $scope.submitNewClassClicked = function()