angular/angular.js

View on GitHub
benchmarks/orderby-bp/app.js

Summary

Maintainability
A
1 hr
Test Coverage

Function DataController has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

app.controller('DataController', function DataController($rootScope, $scope) {
  this.ngRepeatCount = 5000;
  this.rows = [];
  var self = this;

Severity: Minor
Found in benchmarks/orderby-bp/app.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status