Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pabx06/angular-validation

Tags

v1.4.17

Toggle v1.4.17's commit message
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

v1.4.16

Toggle v1.4.16's commit message
Fixed blinking messages, issue ghiscoding#90

v1.4.15

Toggle v1.4.15's commit message
Fixed implicit global variable on regex

v1.4.14

Toggle v1.4.14's commit message
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

v1.4.13

Toggle v1.4.13's commit message
Fixed issue ghiscoding#78 - max validator problem

'strValue is not defined' error when using `max` auto-detect validator.

v1.4.12

Toggle v1.4.12's commit message
Fixed small issue with pulling form name

In some occasion, trying to find the parent form and the form name of an
input element was giving the wrong result. We should call instead
`form.getAttribute("name")` for correct result.

v1.4.11

Toggle v1.4.11's commit message
Added custom validation ghiscoding#75

- Added validation through custom user defined function

v1.4.10

Toggle v1.4.10's commit message
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]

v1.4.9

Toggle v1.4.9's commit message
3rd party addon validation ghiscoding#57, ghiscoding#66, ghiscoding#67

- Can now validate external 3rd party addons, asked in issue ghiscoding#57, ghiscoding#66,
ghiscoding#67 (like: ngTagsInput, Angular Multiselect, Dropdown multi-select,
etc....)
- Also fixed some French translations ghiscoding#73

v1.4.8

Toggle v1.4.8's commit message
Fixed issue ghiscoding#68 - Matching Validation confirmation

- Added a $watch on the parent so that it will invalidate confirmation
field as soon as parent is touched.