mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
v0.9.19
This commit is contained in:
@@ -207,7 +207,7 @@ angular.module('ionic.ui.viewState', ['ionic.service.view', 'ionic.service.gestu
|
||||
$scope.$emit('viewState.rightButtonsChanged', $scope.rightButtons);
|
||||
});
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
};
|
||||
}])
|
||||
|
||||
4
js/ext/angular/src/service/ionicView.js
vendored
4
js/ext/angular/src/service/ionicView.js
vendored
@@ -327,9 +327,7 @@ angular.module('ionic.service.view', ['ui.router'])
|
||||
|
||||
// start the animations
|
||||
if(opts.leavingElement) {
|
||||
$animate.leave(opts.leavingElement, function() {
|
||||
console.log('leave complete')
|
||||
});
|
||||
$animate.leave(opts.leavingElement);
|
||||
}
|
||||
$animate.enter(opts.enteringElement, opts.parentElement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user