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

v0.1.0

Latest
Compare
Choose a tag to compare
@codekraft-studio codekraft-studio released this 23 Jun 12:52
· 4 commits to master since this release

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.