Merge pull request #7980 from aluanhaddad/patch-4

Change type of IFieldConfigurationObject.elementAttributes to hash
This commit is contained in:
Masahiro Wakame
2016-02-07 02:14:03 +09:00
+3 -1
View File
@@ -198,7 +198,9 @@ declare module AngularFormly {
className?: string;
elementAttributes?: string;
elementAttributes?: {
[key: string]: string;
};
/**