Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce two new type aliases - LinkFnControllerType and RequireType.
This allows users to write callbacks using those aliases instead of the full type. Having convinient aliases is required for having AngularJS in TS work better with strictFunctionTypes flag on. see: angular/angular.js#16617 Also having them next to each other shows the symmetry between the require and controller param better.
- Loading branch information