Commit Graph

6 Commits

Author SHA1 Message Date
Sam Herrmann
5a7baf8191 Add missing "parent" property to angular-ui-router state configuration object
As documented here: http://angular-ui.github.io/ui-router/site/#/api/ui.router.state.$stateProvider
2015-06-03 22:13:07 -04:00
chr22
06be629c1f Update namespace from ng -> angular 2015-05-08 16:02:02 +02:00
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