superdesk/superdesk-client-core

View on GitHub
scripts/core/directives/SliderDirective.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

        link: function(scope, element, attrs, controller) {
            scope.$watch('list', (list) => {
                if (!list) {
                    return false;
                }
Severity: Minor
Found in scripts/core/directives/SliderDirective.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status