mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Working on tab bar
This commit is contained in:
@ -90,6 +90,7 @@ TabBar.prototype = {
|
||||
|
||||
// Add an item to the tab bar
|
||||
addItem: function(item) {
|
||||
// Create a new TabItem
|
||||
this.items.push(item);
|
||||
this._bindEventsOnItem(item);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user