refactor(collection-repeat): performance

This commit is contained in:
Andrew
2015-02-24 12:13:00 -07:00
parent 1924b9124f
commit bb866da3d7
15 changed files with 4338 additions and 1819 deletions

View File

@@ -85,6 +85,7 @@ function($scope,
$timeout(function() {
scrollView && scrollView.run && scrollView.run();
$element.triggerHandler('scroll.init');
});
self.getScrollView = function() {