fossasia/loklak_webclient

View on GitHub
app/js/components/ng-infinite-scroll.js

Summary

Maintainability
A
1 hr
Test Coverage

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

      link: function(scope, elem, attrs) {
        var checkWhenEnabled, handler, scrollDistance, scrollEnabled;
        $window = angular.element($window);
        scrollDistance = 0;
        if (attrs.infiniteScrollDistance != null) {
Severity: Minor
Found in app/js/components/ng-infinite-scroll.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status