Skip to content
This repository was archived by the owner on Jul 1, 2020. It is now read-only.

Releases: ghiscoding/angular-validation

Fixed issue #52 (interpolation), issue #53 ( ngIf )

29 Jul 01:21
Compare
Choose a tag to compare

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

22 Jul 00:42
Compare
Choose a tag to compare
v1.3.37

Fixed a small IE8 problem

New option of ControllerAs syntax

21 Jul 00:20
Compare
Choose a tag to compare
  • Enhancement #47 - New option to use the ControllerAs syntax.
  • Also fixed issue #48.

Rewrote custom Regex Pattern and fixed issue #45

16 Jul 00:03
Compare
Choose a tag to compare
  • Deprecated old implentation of regex:...:regex (though it still works) by a new and much better implementation of pattern= 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

08 Jul 23:15
Compare
Choose a tag to compare

Merge pull request #44 - Adding support to brazilian portuguese language.

Reset isolatedScope on route change

02 Jul 23:15
Compare
Choose a tag to compare
v1.3.33

Reset isolatedScope on route change

Merge pull request #41 and fixed errors inside it

24 Jun 06:01
Compare
Choose a tag to compare
  • Merge pull request #41 and fixed some errors found inside it.
  • Updated Protractor tests

Enhancement #39 - How to Reset a Form

21 Jun 04:34
Compare
Choose a tag to compare
  • 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

16 Jun 03:29
Compare
Choose a tag to compare
Merge pull request #40 from yyyeee/master

Polish translations in pl.json file added.

Added RemoveValidator( ) for Directive, fixed ngDisabled in Service

11 Jun 04:10
Compare
Choose a tag to compare
  • 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