jonshaffer/angular-data-table

View on GitHub
src/components/footer/PagerDirective.js

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Function PagerDirective has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function PagerDirective() {
return {
restrict: 'E',
controller: PagerController,
controllerAs: 'pager',
Severity: Minor
Found in src/components/footer/PagerDirective.js - About 1 hr to fix
Category
Status