Files
DefinitelyTyped/angular-ui-router
Martin McWhorter 19e42b53f0 Allow annotated DI functions
onEnter and onExit allow for annotated functions for DI. Example:

onEnter: ['$http', ($http) => { $http.get(...) } ]
2015-04-17 15:36:59 +01:00
..