alex030293/mean-boilerplate

View on GitHub
public/js/Controllers/LoginController.js

Summary

Maintainability
A
1 hr
Test Coverage

Function send has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $scope.send = function(username, password){
        $("#login img").hide();
        if (working) return;
        working = true;
        var $this = $('#login'),
Severity: Minor
Found in public/js/Controllers/LoginController.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status