Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

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>
Clone this wiki locally