7 Commits

Author SHA1 Message Date
6b93bc10fd fix(tabs): don't add the has-icon class to a tab button if the layout is icon-hide
fixes #5658
2016-03-04 15:46:38 -05:00
8cfebe1386 refactor(tabs): remove tabbarIcons and add tabbarLayout which accepts different values
BREAKING CHANGES: `tabbarIcons` has been replaced with `tabbarLayout`
with the following values: `icon-top`, `icon-left`, `icon-right`,
`icon-bottom`, `icon-hide`, `title-hide`.

closes #5625
2016-02-26 16:44:32 -05:00
c883a2ae91 chore(): update Ionic imports in tests 2016-02-22 17:45:17 -06:00
5f254f285f chore(e2e): make typescript and e2e friends 2016-02-12 11:37:39 -06:00
8fc159e2e8 test(tabs): add badge test for a dynamic value
References #5007
2016-01-23 14:31:48 -05:00
21ae736b9a feat(tabs): add tabBadgeStyle which allows you to pass in a color for the badge to be
Closes #5007
2016-01-23 12:41:56 -05:00
28196e9427 feat(tabs): add ability to add badges to the tab
Can now add badges to a tab but can’t style them yet.

References #5007
2016-01-23 12:41:56 -05:00