FieldGroup property in IFieldGroup should be optional.

This commit is contained in:
Niko Kovacic
2016-01-11 13:27:33 +01:00
parent e19066cf24
commit 99a4e27e9b
+1 -1
View File
@@ -24,7 +24,7 @@ declare module AngularFormly {
data?: Object;
className?: string;
elementAttributes?: string;
fieldGroup: IFieldArray;
fieldGroup?: IFieldArray;
form?: Object;
hide?: boolean;
hideExpression?: string | IExpressionFunction;