scottohara/loot

View on GitHub
src/og-components/og-input-number/directives/og-input-number.ts

Summary

Maintainability
A
1 hr
Test Coverage
A
100%

Function constructor has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public constructor(numberFilter: angular.IFilterNumber) {
        const directive: angular.IDirective = {
            restrict: "A",
            priority: 1,
            require: "ngModel",
Severity: Minor
Found in src/og-components/og-input-number/directives/og-input-number.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status