Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Releases: mmjmanders/ng-iban

2.0.0

07 Jul 12:25

Choose a tag to compare

Updated dependencies

1.4.0

21 Feb 15:05
711dea3

Choose a tag to compare

Update bower.json

Don't update modelValue with print formatted version

14 Jun 04:47

Choose a tag to compare

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

Added a display filter

10 Jun 10:07

Choose a tag to compare

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

Add validator to $validators pipeline

13 May 09:52

Choose a tag to compare

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

Publish dist folder as well

24 Mar 07:44

Choose a tag to compare

Publish the dist folder to NPM

Removed obsolete files from NPM

24 Mar 07:43

Choose a tag to compare

Disabled publishing dev environment files to NPM

Removed Grunt from build process

24 Mar 07:42

Choose a tag to compare

Switch to NPM only building

Added compatibility with CommonJS / NPM

26 Feb 07:49

Choose a tag to compare

Delegate validation to external module

20 Jul 06:34

Choose a tag to compare

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