Merge pull request #60 from sagidayan/UI

- my classes fixed buttons
This commit is contained in:
Sagi Dayan 2015-06-23 20:36:37 +03:00
commit 3c8c262fe6

View file

@ -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()