jmdobry/angular-cache

View on GitHub
karma.start.js

Summary

Maintainability
A
1 hr
Test Coverage

Function $safeApply has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $rootScope.$safeApply = function () {
    var $scope, fn, force = false
    if (arguments.length === 1) {
      var arg = arguments[0]
      if (typeof arg === 'function') {
Severity: Minor
Found in karma.start.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status