Files
DefinitelyTyped/angular-formly
Aluan Haddad 3b43503a1f Change ITemplateOptions.{onClick, etc.} to union
Changed the types of the ```ITemplateOptions``` properties ```onBlur```, ```onChange```, ```onClick```, ```onFocus```, ```onKeydown```, ```onKeypress```, and ```onKeyup``` from 
```TypeScript
string
```
to
```TypeScript
string | IExpresssionFunction
```
string | IExpresssionFunction
2016-01-28 10:24:56 -05:00
..