Conflicts:
	dist/css/ionic-scoped.css
This commit is contained in:
Max Lynch
2013-10-21 21:01:14 -05:00
15 changed files with 166 additions and 152 deletions

4
dist/js/ionic.js vendored
View File

@ -3746,10 +3746,6 @@ ionic.controllers.TabBarController.prototype = {
return this.selectedController;
},
getSelectedIndex: function() {
return this.selectedIndex;
},
// Add a tab
addController: function(controller) {
this.controllers.push(controller);