CaffGeek/MBACNationals

View on GitHub
Web.Admin/ClientApp/Controllers/controller.schedule.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function scheduleController has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var scheduleController = function ($scope, $http, $filter, dataService) {
        $scope.model = {};
        $scope.schedule = {};

        $scope.loadLaneDraw = loadLaneDraw;
Severity: Major
Found in Web.Admin/ClientApp/Controllers/controller.schedule.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status