Skip to content

Commit

Permalink
asyncValidators isn't required.
Browse files Browse the repository at this point in the history
  • Loading branch information
scatcher committed Jul 14, 2015
1 parent 5f6361e commit 0f38c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angular-formly/angular-formly.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 0f38c90

Please sign in to comment.