mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Add component key to IState
Since beta.1, you can set `component` if you are using Angular 1.5 (component syntax)
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