From 9d54d10a8847504e6009c15aba5244942941b6d8 Mon Sep 17 00:00:00 2001 From: Alexander <4nonym0us@xakep.ru> Date: Thu, 10 Dec 2015 21:09:58 +0200 Subject: [PATCH] Raact to Ionic 1.2 release https://github.com/driftyco/ionic/pull/4613/files --- ionic/ionic.d.ts | 1 + 1 file changed, 1 insertion(+) 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 {