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

Releases: ghiscoding/angular-validation

Fixed issue #20 - Error messages shown on submit are non-understandable

20 Apr 04:50
Compare
Choose a tag to compare
  • Fixed issue #20 - Error messages shown on submit are non-understandable, this was fixed using $translate promises instead of $translate.instant().
  • Fixed a few error display on the validationSummary() and checkFormValidity().
  • Merged #27 to add Russian and added it to the main page selection of language

Added $validationOptions to fix issue #25

11 Apr 21:23
Compare
Choose a tag to compare

Added $validationOptions to set global options

Fixed removeFromValidationSummary to also remove from 'local' array

09 Apr 12:52
Compare
Choose a tag to compare

Accept Merge #24 Fixed removeFromValidationSummary to also remove from 'local' array

Fixed #23 - better separation of $validationSummary under multiple scope form(s)

09 Apr 04:20
Compare
Choose a tag to compare

Fixed #23 - If multiple forms exist in the app the errors in 1 form affect validation in the other

Added norwegian translation and changes to allow user to remove invalid validators.

08 Apr 05:20
Compare
Choose a tag to compare

Merge pull request #19 Added norwegian translation and changes to allow user to remove invalid validators.

Fixed $translate delay problem

07 Apr 04:47
Compare
Choose a tag to compare
  • Fixed $translate delay problem which was more apparent on the Plunker demo

Fixed #16 and added Validators Alternate Text

04 Apr 05:47
Compare
Choose a tag to compare
  • Fixed issue #16
  • Added Validators Alternate Text
  • Fixed Service .removeValidator( )
  • Clean a lot of code

Added Spanish locale & fixed form without names

31 Mar 02:27
Compare
Choose a tag to compare
  • Fixed form without name as per pull request #15
  • Added Spanish locale as per pull request #18

Added display errors on Form Submit & replaced minification to 1 single script

29 Mar 04:50
Compare
Choose a tag to compare
  • Added display errors on Form Submit
  • Replaced minification to keep only 1 single script instead of multiple

Added Validation Summary, Bower and Minified Scrips (Gulp)

21 Mar 22:24
Compare
Choose a tag to compare
  • Added Validation Summary
  • Added bower support
  • Added minified scripts with Gulp (dist/)