mgcrea/angular-strap

View on GitHub
src/helpers/parse-options.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function $get has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    this.$get = function ($parse, $q) {

      function ParseOptionsFactory (attr, config) {

        var $parseOptions = {};
Severity: Minor
Found in src/helpers/parse-options.js - About 2 hrs to fix

Function ParseOptionsFactory has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      function ParseOptionsFactory (attr, config) {

        var $parseOptions = {};

        // Common vars
Severity: Minor
Found in src/helpers/parse-options.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status