mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
refactor(collection-repeat): performance
This commit is contained in:
1
js/angular/controller/scrollController.js
vendored
1
js/angular/controller/scrollController.js
vendored
@@ -85,6 +85,7 @@ function($scope,
|
||||
|
||||
$timeout(function() {
|
||||
scrollView && scrollView.run && scrollView.run();
|
||||
$element.triggerHandler('scroll.init');
|
||||
});
|
||||
|
||||
self.getScrollView = function() {
|
||||
|
||||
Reference in New Issue
Block a user