This component enables you to bind echeck information for editing purposes.
Params
e-check
An object with following properties:
- account number - Int (MaxLen 20)
- routing number - Int (MaxLen 9)
This component enables you to bind echeck information for editing purposes.
An object with following properties:
<div ng-controller="ECheckExampleController as ctrl" class="t-content"> <ng-form class="c-generalForm" autocomplete="off"> <inv-e-check e-check="ctrl.echeck" on-change="ctrl.onChange" on-blur="ctrl.onBlur"></inv-e-check> </ng-form> </div>
<div ng-controller="ECheckExampleController as ctrl" class="t-content"> <ng-form class="c-generalForm" autocomplete="off"> <inv-e-check e-check="ctrl.echeck" hide-title="true"></inv-e-check> </ng-form> </div>