This repository was archived by the owner on Jul 1, 2020. It is now read-only.
Releases: ghiscoding/angular-validation
Releases · ghiscoding/angular-validation
Fixed issue #52 (interpolation), issue #53 ( ngIf )
Fixed issue #52, changed default behavior of ngDisabled
which was displaying error message right after an element became enabled, it will still pre-validate but not directly show the error message unless preValidateFormElements
is set to True.
- Fixed issue #53, to support
ngIf
(add a trigger on element$destroy
).
Fixed a small IE8 problem
v1.3.37 Fixed a small IE8 problem
New option of ControllerAs syntax
Rewrote custom Regex Pattern and fixed issue #45
- Deprecated old implentation of
regex:...:regex
(though it still works) by a new and much better implementation ofpattern=
validator. - Converted all the rules from string pattern to regex pattern (when possible) defined in
validation-rules.js
. - Also fixed issue #45 on email check.
Adding support to brazilian portuguese language
Merge pull request #44 - Adding support to brazilian portuguese language.
Reset isolatedScope on route change
v1.3.33 Reset isolatedScope on route change
Merge pull request #41 and fixed errors inside it
- Merge pull request #41 and fixed some errors found inside it.
- Updated Protractor tests
Enhancement #39 - How to Reset a Form
- Another function was added in the
validationService
to give ability to Reset a Form, you can see the Wiki - Reset a Form
Merge pull #40 - Polish translations
Merge pull request #40 from yyyeee/master Polish translations in pl.json file added.
Added RemoveValidator( ) for Directive, fixed ngDisabled in Service
- Added RemoveValidator( ) for Directive as well
- Added Protractor tests on RemoveValidator( ) for both the Directive and Service
- Fixed ngDisabled not working correctly in Service
- Added Protractor tests for ngDisabled On/Off in both Directive and Service