ekonstantinidis/trevor

View on GitHub
www/js/controllers/favourites.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fetchData has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $scope.fetchData = function() {
    $scope.repos = [];

    if (favourites.length > 0) {
      LoadingService.show();
Severity: Minor
Found in www/js/controllers/favourites.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status