mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Merge pull request #10008 from micaelmbagira/add-component-key
(angular-ui-router): Add component key to IState for Angular 1.5 support since angular-ui-router@1.0.0-alpha.1
This commit is contained in:
4
angular-ui-router/angular-ui-router.d.ts
vendored
4
angular-ui-router/angular-ui-router.d.ts
vendored
@@ -44,6 +44,10 @@ declare namespace angular.ui {
|
||||
* Function, returns HTML content string
|
||||
*/
|
||||
templateProvider?: Function | Array<string|Function>;
|
||||
/**
|
||||
* String, component name
|
||||
*/
|
||||
component?: string;
|
||||
/**
|
||||
* A controller paired to the state. Function, annotated array or name as String
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user