mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
Dumb dumb dumb dumb dumb
This commit is contained in:
3
dist/js/ionic-angular.js
vendored
3
dist/js/ionic-angular.js
vendored
@ -24624,6 +24624,7 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
|
||||
$scope.$watch('isVisible', function(value) {
|
||||
if(childElement) {
|
||||
$animate.leave(childElement);
|
||||
$scope.$broadcast('tab.hidden');
|
||||
childElement = undefined;
|
||||
}
|
||||
if(childScope) {
|
||||
@ -24636,6 +24637,8 @@ angular.module('ionic.ui.tabs', ['ngAnimate'])
|
||||
childElement = clone;
|
||||
childElement.addClass('view-full');
|
||||
$animate.enter(clone, $element.parent(), $element);
|
||||
|
||||
$scope.$broadcast('tab.shown');
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user