mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(collectionRepeat): fix data change while page disconnected, computed dimensions while no data
Closes #3240. Closes #3238.
This commit is contained in:
1
js/angular/controller/scrollController.js
vendored
1
js/angular/controller/scrollController.js
vendored
@@ -83,7 +83,6 @@ function($scope,
|
||||
|
||||
$timeout(function() {
|
||||
scrollView && scrollView.run && scrollView.run();
|
||||
$element.triggerHandler('scroll.init');
|
||||
});
|
||||
|
||||
self.getScrollView = function() {
|
||||
|
||||
Reference in New Issue
Block a user