0.0.2 • Published 6 years ago

ember-validate v0.0.2

Weekly downloads
18
License
MIT
Repository
github
Last release
6 years ago

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.