iamisti/mdDataTable

View on GitHub
app/modules/main/directives/helpers/mdtAddHtmlContentToCellDirective.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    function mdtAddHtmlContentToCellDirective($parse, $compile, $rootScope){
        return {
            restrict: 'A',
            require: '^?mdtTable',
            link: function($scope, element, attr, ctrl){

    TODO found
    Open

                        // TODO: make it as a global service .... I know but any better idea?

    There are no issues that match your filters.

    Category
    Status