Remove console.log
This commit is contained in:
@@ -11,7 +11,6 @@ gradeDirective.directive('grade', function() {
|
||||
replace: true,
|
||||
controller : function($scope) {
|
||||
$scope.getGrade = function(score) {
|
||||
console.log(score);
|
||||
if (score >= 85) {
|
||||
return 'A';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user