benmarch/angular-ui-tour

View on GitHub
app/tour-service.js

Summary

Maintainability
A
1 hr
Test Coverage

Function uiTourService has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function uiTourService($controller, $q) {
    'ngInject';

    var service = {},
        tours = [];
Severity: Minor
Found in app/tour-service.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status