Skip to content

Commit

Permalink
Hosting: SchoolScheduleController, show info add job
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Mar 2, 2019
1 parent 1c09b2c commit a45f887
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ app.controller('SchoolScheduleController', function ($scope, $http, $mdToast, $m
$scope.insertCounter = ZERO
$scope.insertLength = ZERO

$scope.googleAuthStatus = "최신 학사 일정을 추가하는 중"
for(var month = 0; month < $scope.schoolScheduleList.length; month += 1) {
$scope.insertLength += $scope.schoolScheduleList[month].length
}
Expand Down

0 comments on commit a45f887

Please sign in to comment.