angular.validator.email

Work in Progress This page is currently being revised. It might be incomplete or contain inaccuracies.

Description

Use email validator if you wist to restrict the user input to a valid email.

Dependencies

Usage

In HTML Template Binding

<input type="text" ng:validate="email"/>

In JavaScript

angular.validator.email(value)

Parameters

Example

Enter valid email: <input name="text" ng:validate="email" value="me@example.com">