iamisti/mdDataTable

View on GitHub
app/modules/main/directives/header/mdtColumnDirective.js

Summary

Maintainability
A
1 hr
Test Coverage

Function mdtColumnDirective has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function mdtColumnDirective($interpolate, ColumnFilterFeature, ColumnSortFeature, ColumnSelectorFeature){
        return {
            restrict: 'E',
            transclude: true,
            replace: true,
Severity: Minor
Found in app/modules/main/directives/header/mdtColumnDirective.js - About 1 hr to fix

    Function link has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

                link: function ($scope, element, attrs, ctrl, transclude) {
    Severity: Minor
    Found in app/modules/main/directives/header/mdtColumnDirective.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status