mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Added back scroll direction
This commit is contained in:
2
dist/js/ionic-angular.js
vendored
2
dist/js/ionic-angular.js
vendored
@@ -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
|
||||
|
||||
2
js/ext/angular/src/directive/ionicScroll.js
vendored
2
js/ext/angular/src/directive/ionicScroll.js
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user