标签:
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
Angular Validation – Forms Validation with AngularJS (转)
标签:
原文地址:http://www.cnblogs.com/glenblogs/p/4511584.html