File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
_includes/v2_fluid/component-docs
docs/v2/theming/platform-specific-styles Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ <h2 id="modes" class="section-header">Modes</h2>
55
55
@App({
56
56
template: '< ion-nav [root] ="rootPage "> </ ion-nav > ',
57
57
config: {
58
- tabbarPlacement : 'bottom'
58
+ tabsPlacement : 'bottom'
59
59
}
60
60
})
61
61
```
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Each mode has a default configuration. The [configuration properties](../../api/
60
60
| ` popoverEnter ` | ` "popover-pop-in" ` | ` "popover-md-pop-in" ` | ` "popover-md-pop-in" ` |
61
61
| ` popoverLeave ` | ` "popover-pop-out" ` | ` "popover-md-pop-out" ` | ` "popover-md-pop-out" ` |
62
62
| ` spinner ` | ` "ios" ` | ` "crescent" ` | ` "circles" ` |
63
- | ` tabbarHighlight ` | ` false ` | ` true ` | ` false ` |
64
- | ` tabbarLayout ` | ` "icon-top" ` | ` "icon-top" ` | ` "icon-top" ` |
65
- | ` tabbarPlacement ` | ` "bottom" ` | ` "top" ` | ` "top" ` |
66
- | ` tabSubPages ` | ` false ` | ` true ` | ` true ` |
63
+ | ` tabsHighlight ` | ` false ` | ` true ` | ` false ` |
64
+ | ` tabsLayout ` | ` "icon-top" ` | ` "icon-top" ` | ` "icon-top" ` |
65
+ | ` tabsPlacement ` | ` "bottom" ` | ` "top" ` | ` "top" ` |
66
+ | ` tabsHideOnSubPages ` | ` false ` | ` true ` | ` true ` |
67
67
| ` toastEnter ` | ` "toast-slide-in" ` | ` "toast-md-slide-in" ` | ` "toast-wp-slide-in" ` |
68
68
| ` toastLeave ` | ` "toast-slide-out" ` | ` "toast-md-slide-out" ` | ` "toast-wp-slide-out" ` |
69
69
You can’t perform that action at this time.
0 commit comments