mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Progress on #37
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
(function(ionic) {
|
||||
'use strict';
|
||||
|
||||
ionic.controllers.TabBarController = function(options) {
|
||||
this.tabBar = options.tabBar;
|
||||
@ -117,6 +118,6 @@ ionic.controllers.TabBarController.prototype = {
|
||||
this._clearSelected();
|
||||
this.selectController(0);
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
})(window.ionic);
|
||||
|
||||
Reference in New Issue
Block a user