flowjs/ng-flow

View on GitHub
src/directives/drag-events.js

Summary

Maintainability
A
1 hr
Test Coverage

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

      'link': function(scope, element, attrs) {
        var promise;
        var enter = false;
        element.bind('dragover', function (event) {
          if (!isFileDrag(event)) {
Severity: Minor
Found in src/directives/drag-events.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status