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
..
angular-formly-tests.ts Added additional tests for extra property 2016-01-08 14:30:32 +01:00
angular-formly.d.ts Changed model from (string | Object) to (string | { [key: string]: any; }) 2016-03-04 00:20:34 -05:00