Angular Validation – Forms Validation with AngularJS (转)

来源:互联网 发布:oppo心理软件 编辑:程序博客网 时间:2024/06/06 09:16

 

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 yourvalidation="" 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

 

0 0
原创粉丝点击