added support of using custom parent function

This commit is contained in:
Amgad Naiem
2016-08-30 10:17:12 +02:00
committed by GitHub
parent bac569d9ac
commit 0ff61c7993

View File

@@ -14,7 +14,7 @@ declare namespace angular.ui {
/**
* Override the parent state (only for the breadcrumb)
**/
parent?: string;
parent?: string|Function;
/**
* When defined to true, the state is never included in the chain of states and never appears in the breadcrumb
**/
@@ -76,4 +76,4 @@ declare namespace ncy {
**/
getLastStep(): angular.ui.IState;
}
}
}