myems-admin/app/directives/jc-drag-drop/jc-drag-drop.js

Summary

Maintainability
A
1 hr
Test Coverage

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

        link: function(scope, el, attrs, controller) {
            var id = angular.element(el).attr("id");
            if (!id) {
                id = uuid.new()
                angular.element(el).attr("id", id);
Severity: Minor
Found in myems-admin/app/directives/jc-drag-drop/jc-drag-drop.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status