linagora/openpaas-esn

View on GitHub
frontend/js/modules/datepicker-utils.js

Summary

Maintainability
A
1 hr
Test Coverage

Function compile has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    directive.compile = function() {
      var link = previousCompile.apply(this, arguments);
      return function(scope, element, attrs, controller) {
        var ngModel;
        if (detectUtils.isMobile()) {
Severity: Minor
Found in frontend/js/modules/datepicker-utils.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status