SOFTWARE-CLINIC/featurebook-serve

View on GitHub
public/scripts/featurebook.routes.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  function routesConfig($routeProvider) {
    $routeProvider
      .when('/viewer/:path*', {
        templateUrl: 'views/feature-viewer.html',
        controller: 'FeatureViewerController',
Severity: Minor
Found in public/scripts/featurebook.routes.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status