mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Tab bar selection works
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
(function(window, document, ionic) {
|
||||
|
||||
TabBarController = function(options) {
|
||||
this.tabBar = options.tabBar;
|
||||
|
||||
@ -77,3 +79,5 @@ TabBarController.prototype = {
|
||||
this.selectController(0);
|
||||
}
|
||||
}
|
||||
|
||||
})(this, document, ion = this.ionic || {});
|
||||
|
||||
Reference in New Issue
Block a user