Tags: glennmark/angular-validation
Tags
Breaking Change rename ValidationService issue ghiscoding#107 - new 1.5.x branch has a breaking change, which is the fix of the uppercase on ValidationService object (instead of validationService which was wrong has mentioned in issue ghiscoding#107). - added angular-validation-ghiscoding to NPM and fixed the .npmignore
Enhancement ghiscoding#100-101 new Global Options - Enhancement ghiscoding#100, add Global Option (errorMessageSeparator) for a Separator between error messages. - Enhancement ghiscoding#101, add Global Option (preValidateValidationSummary) to disable pre-validation in Validation Summary if need be. - Also found and fixed a problem with a try-catch throw javascript error in Custom Validation.
Fixed issue ghiscoding#99 to support backslash inside `alt` - Inserting a backslash "\" inside an `alt:` (alternate message) was causing the validation to not work properly. - Also removed IBAN support as default validator, this should instead be validated through the help of custom validation and an external library like arhs/iban.js
Fixed issue ghiscoding#91, enhancements ghiscoding#97 and ghiscoding#98
Fixed ghiscoding#92 name with dot, ghiscoding#94 Polish, ghiscoding#96 … …in_list Fixed issue ghiscoding#92 input name with '.' was not working correctly on error message Issue ghiscoding#96 in_list was not accepting special characters. Enhancement ghiscoding#94 added Polish characters, thanks @Waniusza
PreviousNext