diff --git a/ui-grid/ui-grid.d.ts b/ui-grid/ui-grid.d.ts index 4501720b6d..4bc6569007 100644 --- a/ui-grid/ui-grid.d.ts +++ b/ui-grid/ui-grid.d.ts @@ -1511,6 +1511,10 @@ declare namespace uiGrid { * Defaults to 150 */ expandableRowHeight?: number; + /** + * reference to the parent grid scope (the parent scope of the sub-grid element) + */ + expandableRowScope?: ng.IScope | Object; /** * Mandatory. The template for your expanded row */