src/og-components/og-input-currency/directives/og-input-currency.ts
Function constructor
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public constructor(numberFilter: angular.IFilterNumber) {
const directive: angular.IDirective = {
restrict: "A",
priority: 1,
require: "ngModel",
Function link
has 26 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
link(
scope: OgInputCurrencyScope,
iElement: JQuery<Element>,
_: angular.IAttributes,
ngModel: angular.INgModelController,