Commit Graph

4 Commits

Author SHA1 Message Date
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
Viktor Zozulyak
f967041370 Update angular-ui-router.d.ts
This fixes references to interfaces defined in [angular.d.ts](https://github.com/borisyankov/DefinitelyTyped/blob/master/angularjs/angular.d.ts)
2015-04-07 00:09:28 +03:00
John Reilly
4e553f5ea3 Some JSDoc for good measure 2015-03-19 16:07:15 +00:00
John Reilly
197dfc26d4 Split out angular-ui-router and angular-ui-sortable 2015-03-19 15:00:10 +00:00