2.0.0 • Published 4 years ago

ng-iban v2.0.0

Weekly downloads
359
License
MIT
Repository
github
Last release
4 years ago

Build Status

ng-iban - validate input fields as IBAN

The goal is to provide an easy way to validate an input field as an IBAN number with AngularJS. From version 0.4.0 the module uses iban.js for validation.

For the Angular 2+ version see ngx-iban.

Installation

NPM

npm install ng-iban

Usage

Add mm.iban as a dependency of your AngularJS module.

directive

<input type="text" ng-model="iban" ng-iban/>

To use this directive the ngModel directive must also be used because this directive depends on it.

filter

IBAN: {{ string | iban:separator }}

The filter converts a given IBAN to it's human-friendly representation. The separator defaults to a single space.

2.0.0

4 years ago

1.4.0

5 years ago

1.3.0

6 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago