Commit Graph

8 Commits

Author SHA1 Message Date
chr22
22ac5f1c78 Added three missing methods to $urlMatcherFactory 2015-07-15 11:37:52 +02:00
Andrew Done
480a633471 Use correct templateProvider and url definitions in angular.ui.IState.
- See https://github.com/angular-ui/ui-router/wiki/URL-Routing#urlmatcherfactory-and-urlmatchers for a use of url that is non-string.
- templateProvider needs to accept an Array<any> to allow it to participate in by-name DI within Angular.
2015-07-06 15:55:19 +01:00
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