Download and Install it - ghiscoding/angular-validation GitHub Wiki
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>