0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Aug 11, 2024 — Aug 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed an issue with IE8 when iterating through the form child controls collect when a form is being validated.Added the ability to disable validation messages from appearing on elements. More... over 10 years ago
add polish translation More... over 10 years ago
Fixed issues #32 and #33 More... over 10 years ago
Rebuild after git pull More... over 10 years ago
Merge branch 'master' of https://github.com/jonsamwell/angular-auto-validate More... over 10 years ago
Added check to makeDefault method on the BS3 element modifier to check the element is wrapped in a properbs3 form structure. More... over 10 years ago
Added check to makeDefault method on the BS3 element modifier to check the element is wrapped in a properbs3 form structure. More... over 10 years ago
Merge pull request #27 from Jaans/i18n-af More... over 10 years ago
Add i18n translation for af-af More... over 10 years ago
Fixed a problem with the bootstrap 3 element modifier that set the has-error class on the parent form if it couldn't finda control-group css class on a parent. If an invalid element structure is come across it will log an error. More... over 10 years ago
ng-submit-force now validates the form before calling the ngSumbit function if it is true. More... over 10 years ago
Update changelog.txt More... over 10 years ago
Merge pull request #24 from flaviodelbianco/master More... over 10 years ago
Added italian translations More... over 10 years ago
We have a weird situation some users are encountering where a custom control is valid but the ngModel is report it isn't and thus no valid error type can be found More... over 10 years ago
we have a weird situation some users are encountering where a custom control is valid but the ngModel is report it isn't and thus no valid error type can be found More... over 10 years ago
Updated version number in dist files More... almost 11 years ago
Fixed versioning issue More... almost 11 years ago
Merge branch 'master' of https://github.com/jonsamwell/angular-auto-validate More... almost 11 years ago
Added ability to remove external validation (i.e. validation from the server applied via the ngModel or form controller). More... almost 11 years ago
Merge pull request #20 from miseeger/master More... almost 11 years ago
Corrected a little but bugging typo in translation More... almost 11 years ago
Fixed issues with failing tests when changing the angular version from 1.26 to the latest 1.3.0 (RC). Also updated version number and change log More... almost 11 years ago
Fixed issue with ngModelDecotrator 'link is undefined' in latest RC release of angular 1.3 More... almost 11 years ago
Fixed issue with msg override attribute and double quoting if invalid quote characters are used. More... almost 11 years ago
Fixed error with bs3 element modifier that was not handling styling form-groups with child input-group-addon elements. Started to padd out api for dealing with external validation - tweaked css More... almost 11 years ago
Fixed error with bs3 element modifier that was not handling styling form-groups with child input-group-addon elements. Started to padd out api for dealing with external validation. More... almost 11 years ago
Fixed issue when submitting a form - the ngSubmit handler ignored the form validation disable attribute disable-dynamic-validation and validated the form. More... almost 11 years ago
Added the ability to disable the modules validation for a whole form by adding the attribute disable-dynamic-validation on the form attribute. More... almost 11 years ago
Resolve issue with child elements of directives with an isolated scope being validated when they are not user input controls. More... almost 11 years ago