Skip to content

Commit

Permalink
Update tabs.js
Browse files Browse the repository at this point in the history
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".
  • Loading branch information
EddyF committed Jun 9, 2015
1 parent ed936fa commit ed4234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/directive/tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* @usage
* ```html
* <ion-tabs class="tabs-positive tabs-icon-only">
* <ion-tabs class="tabs-positive tabs-icon-top">
*
* <ion-tab title="Home" icon-on="ion-ios-filing" icon-off="ion-ios-filing-outline">
* <!-- Tab 1 content -->
Expand Down

0 comments on commit ed4234e

Please sign in to comment.