Angular Validation – Forms Validation with AngularJS (转)

宗政德宇
2023-12-01

 

Angular Validation – Forms Validation with AngularJS

31st March 2015   232   Angular-js Plugins , Form Elements

Forms Validation with Angular made easy! Angular-Validation is an angular directive/service with locales (languages) with a very simple approach of defining your validation="" directly within your element to validate (input, textarea, etc) and…that’s it!!! The directive/service will take care of the rest!

The base concept is not new, it comes from the easy form input validation approach of Laravel Framework as well as PHP Gump Validation. They both are built in PHP and use a very simple approach, so why not use the same concept over Angular as well? Well now it is available with few more extras.

https://github.com/ghiscoding/angular-validation

 

转载于:https://www.cnblogs.com/glenblogs/p/4511584.html

 类似资料: