mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Fixed tab dedmo
This commit is contained in:
2
dist/js/ionic-angular.js
vendored
2
dist/js/ionic-angular.js
vendored
@ -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;
|
||||||
/*
|
/*
|
||||||
|
|||||||
2
js/ext/angular/src/directive/ionicTabBar.js
vendored
2
js/ext/angular/src/directive/ionicTabBar.js
vendored
@ -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;
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user