Files
DefinitelyTyped/angular-formly
Aluan Haddad dd3f8aedb2 Changed model from (string | Object) to (string | { [key: string]: any; })
Changed the type of the model properties of various interfaces from (string | Object) to (string | { [key: string]: any; }).
This change is to improve usability. While (string | Object) is correct and corresponds literally to the angular-formly docs, it does not allow for meaningful use without type casts.
Also corrected some formatting to match the prevailing style used in the file.
2016-03-04 00:20:34 -05:00
..