angular/angular.js

View on GitHub
src/ng/filter/limitTo.js

Summary

Maintainability
A
30 mins
Test Coverage

Avoid too many return statements within this function.
Open

        return sliceFn(input, Math.max(0, begin + limit), begin);
Severity: Major
Found in src/ng/filter/limitTo.js - About 30 mins to fix

    There are no issues that match your filters.

    Category
    Status