mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
added support of using custom parent function
This commit is contained in:
4
angular-breadcrumb/angular-breadcrumb.d.ts
vendored
4
angular-breadcrumb/angular-breadcrumb.d.ts
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user