linagora/openpaas-esn

View on GitHub
frontend/js/modules/form-helper/email-input/email-input.controller.js

Summary

Maintainability
A
1 hr
Test Coverage

Function esnEmailInputController has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function esnEmailInputController($q, emailService) {
    var self = this;

    self.$onInit = $onInit;
    self.availabilityValidator = availabilityValidator;

    There are no issues that match your filters.

    Category
    Status