Fixed tab dedmo

This commit is contained in:
Max Lynch
2013-10-24 13:30:33 -05:00
parent 025dd0f947
commit b20d8243de
2 changed files with 2 additions and 2 deletions

View File

@ -860,7 +860,7 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
}; };
this.select = function(controllerIndex) { this.select = function(controllerIndex) {
var oldIndex = _this.getSelectedIndex(); //var oldIndex = _this.getSelectedIndex();
$scope.activeAnimation = $scope.animation; $scope.activeAnimation = $scope.animation;
/* /*

View File

@ -19,7 +19,7 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
}; };
this.select = function(controllerIndex) { this.select = function(controllerIndex) {
var oldIndex = _this.getSelectedIndex(); //var oldIndex = _this.getSelectedIndex();
$scope.activeAnimation = $scope.animation; $scope.activeAnimation = $scope.animation;
/* /*