Tags: NitinMagdum/angular-validation
Tags
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
Added validation-callback (ghiscoding#79), added ghiscoding#81, ghisc… …oding#82 - Added new validation-callback attribute, runs after the debounce/blur and validaiton are completed - Added possibility passing arguments to Custom & Remote validators - Added new Global Options: hideErrorUnderInputs
Fixed issue ghiscoding#78 - max validator problem 'strValue is not defined' error when using `max` auto-detect validator.
Added custom validation ghiscoding#75 - Added validation through custom user defined function
Sanitized messages & fixed issue ghiscoding#69 - Added sanitize to the demo page - Fixed issue ghiscoding#69, display proper error message when user type invalid chars on an input[number]
PreviousNext