Removed auto scroll bottom

This commit is contained in:
Max Lynch
2014-04-17 13:58:33 -05:00
parent f7b25aa9fa
commit fb5b65e33b

View File

@@ -103,10 +103,6 @@ IonicModule
$element[0].classList.remove('active');
$timeout(function() {
scrollView.resize();
$timeout(function() {
var max = scrollView.getScrollMax();
scrollView.scrollTo(max.left, max.top, true, null, true);
}, 5, false);
}, 0, false);
infiniteScrollCtrl.isLoading = false;
};