BrownPaperBag/duffel-auth

View on GitHub
public/javascript/applications/reset-password/controllers.js

Summary

Maintainability
A
1 hr
Test Coverage

Function ResetPasswordController has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function ResetPasswordController($scope, $http, $window) {
  $scope.user = {};
  $scope.submitting = false;
  $scope.formError = false;

Severity: Minor
Found in public/javascript/applications/reset-password/controllers.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status