Merge commit 'upstream/master~480' into types-2.0

This commit is contained in:
Mine Yalcinalp Starks
2016-11-18 13:54:54 -08:00
34 changed files with 6861 additions and 155 deletions

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;
}
}
}