mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Test for tab bar controller
This commit is contained in:
@ -1,8 +1,3 @@
|
||||
TabBar = function(element) {
|
||||
this.element = element;
|
||||
}
|
||||
TabBar.prototype = {};
|
||||
|
||||
TabBarController = function(options) {
|
||||
this.tabBar = options.tabBar;
|
||||
|
||||
@ -73,4 +68,4 @@ TabBarController.prototype = {
|
||||
this._clearSelected();
|
||||
this.selectController(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user