Merge pull request #6543 from supermn21/master

Update type for ngModelAttrs with key String
This commit is contained in:
Masahiro Wakame
2015-11-04 20:27:17 +09:00
+1
View File
@@ -297,6 +297,7 @@ declare module AngularFormly {
bound?: any;
expression?: any;
value?: any;
[key: string]: any;
};