Added back scroll direction

This commit is contained in:
Max Lynch
2013-12-07 19:55:47 -06:00
parent c2316856d3
commit 90daf9615d
2 changed files with 4 additions and 0 deletions

View File

@@ -1623,6 +1623,8 @@ angular.module('ionic.ui.scroll', [])
sv = new ionic.views.Scroll({
el: $element[0],
scrollingX: hasScrollingX,
scrollingY: hasScrollingY
});
// Activate pull-to-refresh

View File

@@ -54,6 +54,8 @@ angular.module('ionic.ui.scroll', [])
sv = new ionic.views.Scroll({
el: $element[0],
scrollingX: hasScrollingX,
scrollingY: hasScrollingY
});
// Activate pull-to-refresh