Info
Version: | 1.5.24 |
Author(s): | Ghislain B. |
Last Update: | Saturday, September 2, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/ghiscoding/angular-validation |
NuGet Url: | https://www.nuget.org/packages/Angular-Validation-Ghiscoding |
Install
Install-Package Angular-Validation-Ghiscoding
dotnet add package Angular-Validation-Ghiscoding
paket add Angular-Validation-Ghiscoding
Angular-Validation-Ghiscoding Download (Unzip the "nupkg" after downloading)
Dependencies
- AngularTranslate(>= 2.6.1)
- AngularJS.Core(>= 1.3.15)
- AngularJS.Route(>= 1.3.15)
Tags
For example:
<input name="firstname" validation="alpha|min_len:5|max_len:50|required" ng-model="user.firstname" />.