Ng Iban Versions Save

IBAN directive for AngularJS

2.0.0

3 years ago

1.4.0

5 years ago

1.1.0

7 years ago

The model value now stays the IBAN number without spaces. Also the scope is bound bidirectional in case of using a ControllerAs.

1.0.0

7 years ago

Added an angular filter to display the print format of an IBAN

0.9.0

8 years ago

The validation is now added to the AngularJS $validators pipeline (See https://docs.angularjs.org/api/ng/type/ngModel.NgModelController)

0.8.0

8 years ago

Publish the dist folder to NPM

0.7.0

8 years ago

Disabled publishing dev environment files to NPM

0.6.0

8 years ago

Switch to NPM only building

0.5.0

8 years ago

Integrated pull request #8

0.4.0

8 years ago

Instead of writing the validation code myself, for this release I have chosen to use iban.js for validation.