This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Releases: ghiscoding/angular-validation
Releases · ghiscoding/angular-validation
Fixed issue #20 - Error messages shown on submit are non-understandable
- 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
Added $validationOptions to set global options
Fixed removeFromValidationSummary to also remove from 'local' array
Accept Merge #24 Fixed removeFromValidationSummary to also remove from 'local' array
Fixed #23 - better separation of $validationSummary under multiple scope form(s)
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.
Merge pull request #19 Added norwegian translation and changes to allow user to remove invalid validators.
Fixed $translate delay problem
- Fixed $translate delay problem which was more apparent on the Plunker demo
Fixed #16 and added Validators Alternate Text
- Fixed issue #16
- Added Validators Alternate Text
- Fixed Service .removeValidator( )
- Clean a lot of code
Added Spanish locale & fixed form without names
Added display errors on Form Submit & replaced minification to 1 single script
- 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)
- Added Validation Summary
- Added bower support
- Added minified scripts with Gulp (
dist/
)