mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(ionTab): add class attribute to tab items
This commit is contained in:
committed by
Andrew Joslin
parent
6af5d68da4
commit
e6f79cc0ff
1
js/angular/directive/tab.js
vendored
1
js/angular/directive/tab.js
vendored
@@ -64,6 +64,7 @@ function($rootScope, $animate, $ionicBind, $compile) {
|
||||
attrStr('icon-off', attr.iconOff) +
|
||||
attrStr('badge', attr.badge) +
|
||||
attrStr('badge-style', attr.badgeStyle) +
|
||||
attrStr('class', attr.class) +
|
||||
'></ion-tab-nav>';
|
||||
|
||||
//Remove the contents of the element so we can compile them later, if tab is selected
|
||||
|
||||
Reference in New Issue
Block a user