asyncValidators isn't required.

This commit is contained in:
Scott Hatcher
2015-07-14 10:48:48 -07:00
parent 5f6361e360
commit 0f38c90093
+1 -1
View File
@@ -137,7 +137,7 @@ declare module AngularFormly {
* Demo
* see http://angular-formly.com/#/example/other/unique-value-async-validation
*/
asyncValidators: {
asyncValidators?: {
[key: string]: string | IExpresssionFunction | IValidator;
}