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:
Zhengbo Li
2016-07-08 11:08:41 -07:00
committed by GitHub

View File

@@ -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
*/