Commit graph

11 commits

Author SHA1 Message Date
cedla
b61ca83113 Fix for content not having 'has-tabs-top' class when using top ionTabs with multiple CSS classes 2015-08-07 12:46:49 +02:00
Francis Poirier
8790039618 Session set hasTabsTop to true when Platform is Android
Since the `tabs-top` class can be set based on the Platform in the helper then the  `Session.get('hasTabsTop')` needs to be set properly.
2015-07-20 12:44:24 -04:00
Luca Adalberto Vandro
eb9ef9e234 Update ionTabs.js
According to Ionic documentation:
"For iOS, tabs will appear at the bottom of the screen. For Android, tabs will be at the top of the screen, below the nav-bar."
http://ionicframework.com/docs/api/directive/ionTabs/

This change makes meteoric more consistent with Ionic making the UX closer to the native one.
This behavior can be prevented by passing any string to the style attribute, e.g. style="none", like in Ionic $ionicConfigProvider
http://ionicframework.com/docs/api/provider/$ionicConfigProvider/#tabs.style
2015-06-18 02:09:22 +02:00
Nick Wientge
c10ac658c7 simplify current tab logic, don't use localstorage 2015-03-03 08:45:16 -08:00
Nick Wientge
5b517363bc potential fix for #27, #31, #44, #47 2015-01-31 13:07:19 -08:00
Nick Wientge
8e1f520221 dont set tab-item-positive on ionTab 2015-01-18 13:04:46 -08:00
davidwoody
093ae320f8 ionTab uses session, localStorage, and router fallback 2015-01-09 21:44:55 -05:00
Nick Wientge
019c4fb257 better android tab support 2015-01-02 08:20:29 -08:00
Nick Wientge
aa2be71240 add platform style attribute to tabs 2014-12-28 11:15:08 -05:00
Nick Wientge
39e03979b9 add some platform specific configuration 2014-12-27 17:24:39 -05:00
Nick Wientge
3797771394 initial commit 2014-12-14 15:15:43 -08:00