dspies/ua-security

View on GitHub
app/scripts/services/authenticationService.js

Summary

Maintainability
A
1 hr
Test Coverage

Function AuthenticationService has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function AuthenticationService($http, $q){

      this.authenticate = function(username, password){

        var deferred = $q.defer();
Severity: Minor
Found in app/scripts/services/authenticationService.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status