Skip to content

alvarocastro/ember-validate

Repository files navigation

ember-validate

This ember addon allows the use of the validate.js library in ember apps.

Installation

As any other addon:

ember install ember-lodash

Usage

import validate from 'validate';

Then you can use the validate object as is in the docs.

Further reading

Credits

This addon is greatly inspired in ember-lodash from Mike North which fulfills a similar purpose.