Skip to content

Commit ed4234e

Browse files
committed
Update tabs.js
in order for this to work as displayed on the web the ion-tabs class must be set to "tabs-icon-top" instead of "tabs-icon-only".
1 parent ed936fa commit ed4234e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: js/angular/directive/tabs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @usage
2727
* ```html
28-
* <ion-tabs class="tabs-positive tabs-icon-only">
28+
* <ion-tabs class="tabs-positive tabs-icon-top">
2929
*
3030
* <ion-tab title="Home" icon-on="ion-ios-filing" icon-off="ion-ios-filing-outline">
3131
* <!-- Tab 1 content -->

0 commit comments

Comments
 (0)