fix(collectionRepeat): fix data change while page disconnected, computed dimensions while no data

Closes #3240. Closes #3238.
This commit is contained in:
Andrew
2015-03-07 13:58:53 -07:00
parent b75c78653b
commit 4325025deb
5 changed files with 97 additions and 85 deletions

View File

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