scottohara/loot

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

Summary

Maintainability
A
2 hrs
Test Coverage
A
100%

Function constructor has 45 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-currency/directives/og-input-currency.ts - About 1 hr to fix

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

                link(
                    scope: OgInputCurrencyScope,
                    iElement: JQuery<Element>,
                    _: angular.IAttributes,
                    ngModel: angular.INgModelController,
    Severity: Minor
    Found in src/og-components/og-input-currency/directives/og-input-currency.ts - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status