angular-ui-form-validation icon indicating copy to clipboard operation
angular-ui-form-validation copied to clipboard

Directives for angularjs field validation

Results 23 angular-ui-form-validation issues
Sort by recently updated
recently updated
newest added

I would like to know if there are any version for this cool library for Angular 6 or other greater version.

Thank you for such a great tool! I'm wondering if it would be possible to add support for inputs enclosed in a component. This component is being used across multiple...

enhancement

Expected: When adding any validation to an input that has `type="number"`, the `ng-model` property should be set to a numeric value, same as if there were no validations added. Actual:...

I've been troubleshooting a performance issue in a client's application that uses this library. The app generates a large number of form field, each implemented as a directive with conditional...

https://github.com/victorjonsson/jQuery-Form-Validator/issues/126 this is the problem with your plugin. How to solve this issue. Because you are calling it on ng-click directive. ![screen shot 2017-02-24 at 6 11 20 pm](https://cloud.githubusercontent.com/assets/24519082/23303884/b3a0fa02-fabc-11e6-8d82-2bb01cf8274b.png)

When the validation-field-required is added to a select which use a ng-options like "obj.label for obj in myArray", the obj isn't set correctly to my model, it always set the...

The error message is placed immediately following the input that generated the error. Since the input in this case is inside a parent div with a class of 'input-group', it...

major feature
enhancement
documentation

Hello! First of all, I would like to thank you for this great and useful library. I have detected an issue when an angular-ui-form-validation directive is assigned to a form...

bug