jstacoder/flask-tasks

View on GitHub
flask_tasks/static/js/app/routes.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function routeConfigFn has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function routeConfigFn($routeProvider,$locationProvider){
    $routeProvider.when('/app',{
        templateUrl:'/static/partials/home.html',
        resolve:{
            projects:['projectManager',function(projectManager){
Severity: Major
Found in flask_tasks/static/js/app/routes.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status