- my classes fixed buttons
This commit is contained in:
parent
ff9ea86131
commit
88906c30a8
1 changed files with 2 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue