diff --git a/ionic/ionic.d.ts b/ionic/ionic.d.ts index bb009df51..ce097a226 100644 --- a/ionic/ionic.d.ts +++ b/ionic/ionic.d.ts @@ -343,6 +343,7 @@ declare module ionic { select(index: number): void; selectedIndex(): number; $getByHandle(handle: string): IonicTabsDelegate; + showBar(show?: boolean): boolean; } } module utility {