Update type for ngModelAttrs with key String

This commit is contained in:
vpham6
2015-10-21 11:45:23 -07:00
parent 98a9440752
commit 7652e924ff
+1
View File
@@ -297,6 +297,7 @@ declare module AngularFormly {
bound?: any;
expression?: any;
value?: any;
[key: string]: any;
};