linagora/openpaas-esn

View on GitHub
frontend/js/modules/company.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    link: function(scope, elem, attrs, control) {
      var lastValue = null;
      control.$viewChangeListeners.push(function() {
        var companyName = control.$viewValue;
        if (companyName === lastValue) {
Severity: Minor
Found in frontend/js/modules/company.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status