【发布时间】:2018-06-21 19:17:19
【问题描述】:
目前 ngInfiniteScroll 可用于垂直滚动,但我需要在水平滚动时使用它。
我正在水平滚动的表格中显示 ng-repeat 下的数据。 enter image description here
【问题讨论】:
-
这个问题有什么解决办法吗?
标签: angularjs nginfinitescroll
目前 ngInfiniteScroll 可用于垂直滚动,但我需要在水平滚动时使用它。
我正在水平滚动的表格中显示 ng-repeat 下的数据。 enter image description here
【问题讨论】:
标签: angularjs nginfinitescroll
您必须将属性“水平”设置为 true,默认为 false。您可以查看此页面:
【讨论】: