Angular Validation – Forms Validation with AngularJS (转)

 

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

 

posted @ 2015-05-18 12:12  testglen  阅读(190)  评论(0编辑  收藏  举报