newscoop/JS-Scoopwriter

View on GitHub
app/scripts/directives/auto-list-offset.js

Summary

Maintainability
A
1 hr
Test Coverage

Function postLink has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            link: function postLink(scope, $element, attrs) {
                var baseOffsetY = 125,  // base offset (without from height)
                    initialOffsetY,    // initial offset at pane load
                    firstAdjustment = true,
                    $formBox,
Severity: Minor
Found in app/scripts/directives/auto-list-offset.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status