angular/angular.js

View on GitHub
src/ngTouch/swipe.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function bind has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    bind: function(element, eventHandlers, pointerTypes) {
      // Absolute total movement, used to control swipe vs. scroll.
      var totalX, totalY;
      // Coordinates of the start position.
      var startCoords;
Severity: Major
Found in src/ngTouch/swipe.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status