From 6a96dae283007229f81fd9fc8627e5bc1e990389 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Fri, 29 Jan 2016 20:33:57 -0600 Subject: [PATCH] docs(tabs): add selectedIndex property --- ionic/components/tabs/tabs.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts index 21d98d0e33..0ab65128f3 100644 --- a/ionic/components/tabs/tabs.ts +++ b/ionic/components/tabs/tabs.ts @@ -17,6 +17,7 @@ import {isUndefined} from '../../util/util'; /** * @name Tabs + * @property {any} [selectedIndex] - The default selected tab index when first loaded. If a selected index wasn't provided then it'll use `0`, the first tab. * @property {any} [tabbarPlacement] - set position of the tabbar, top or bottom * @property {any} [tabbarIcons] - set the position of the tabbar's icons: top, bottom, left, right, hide * @property {any} [preloadTabs] - sets whether to preload all the tabs, true or false