Tab bar selection works

This commit is contained in:
Max Lynch
2013-09-13 16:57:37 -05:00
parent 0634e07b01
commit 3fd6b41636
4 changed files with 153 additions and 27 deletions

View File

@ -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 || {});