Change type of IFieldConfigurationObject.elementAttributes to hash

Formly requires this property to be an object. A string value causes ApiCheck to throw.
This commit is contained in:
Aluan Haddad
2016-02-05 01:57:37 -05:00
parent 4ec3c5bf29
commit 2a9c4f4b9f
+3 -1
View File
@@ -198,7 +198,9 @@ declare module AngularFormly {
className?: string;
elementAttributes?: string;
elementAttributes?: {
[key: string]: string;
};
/**