mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
A whole lotta shit
This commit is contained in:
@ -97,6 +97,10 @@ ionic.controllers.TabBarController.prototype = {
|
||||
return this.selectedController;
|
||||
},
|
||||
|
||||
getSelectedIndex: function() {
|
||||
return this.selectedIndex;
|
||||
},
|
||||
|
||||
// Add a tab
|
||||
addController: function(controller) {
|
||||
this.controllers.push(controller);
|
||||
|
||||
Reference in New Issue
Block a user