This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Download and Install it
Ghislain B edited this page Mar 23, 2017
·
9 revisions
Install with Bower
// You can install with
bower install angular-validation-ghiscoding
Install with NPM
// You can install with
npm install angular-validation-ghiscoding
Install with NuGet (see the NuGet Package Here)
PM> Install-Package Angular-Validation-Ghiscoding
When used with IIS, also make sure to map the JSON type in your Web.Config
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
Contents
- Angular-Validation Wiki
- Installation
- Demo
- Code Samples
- Functionalities
- Custom Validations
- Properties & Options
- Validators
- Tests
- Misc