Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Releases: codekraft-studio/angular-async-validation

v0.1.0

23 Jun 12:52
Compare
Choose a tag to compare

angular-async-validation

A multi purpose directive for input async validation

This directive is designed to be reused several times depending on the purpose.
The directive can be used with other validation directives.
There are many ways to use it, the first is to use a string that points to the API to which you want to make the asynchronous request, another is using a user-specified function, than you can pass an object of funtions where the key is the validator name and the value is the validation callback.