unobtrusive-angular-validation icon indicating copy to clipboard operation
unobtrusive-angular-validation copied to clipboard

Adding Unobtrusive Client Validation from the Microsoft .NET MVC Framework to Angular!

Results 7 unobtrusive-angular-validation issues
Sort by recently updated
recently updated
newest added

Trying to use the valmsgFor directive for a radio button group but message is never displayed. Works fine with textboxes just not radio buttons. Any suggestions?

Line 411 should this be angular.forEach ?

Hy! Angular 1.5.5 - hidden field does not supported with ng-model, but "val" directive requires it on any input. Unfortunately ng-model does nothing on input type hidden, what should i...

I have a form that is dynamically built. Each input has a directive that adds attributes for validation based on data from the server. However when the attributes are added...

Hey! No functionality changed, only replaced the `_.each` by `angular.forEach`, because this way underscore or lodash is not required. updated version and removed it from bower.json since they take version...

Hi, i'm really interestad on using yor solution for a personal project, could you provide some practical samples? Thanks in advance!

Testing in Angular 1.2.21, if an input is prepopulated via `ng-model`, a required validation error will always be thrown if `ng-disabled` ever evaluates to true. If `ng-disabled` is always false,...