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:
Micaël Mbagira
2016-07-07 13:32:37 +02:00
committed by GitHub
parent 7ce2630b07
commit b38cd68fe2

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