mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
@ -24,8 +24,8 @@ boolean
|
||||
If true, the infinite scroll will be hidden and scroll event listeners
|
||||
will be removed.
|
||||
|
||||
Call `enable(false)` to disable the infinite scroll from actively
|
||||
trying to receive new data while scrolling. This method is useful
|
||||
Set this to true to disable the infinite scroll from actively
|
||||
trying to receive new data while scrolling. This is useful
|
||||
when it is known that there is no more data that can be added, and
|
||||
the infinite scroll is no longer needed.
|
||||
|
||||
@ -62,8 +62,8 @@ boolean
|
||||
If true, the infinite scroll will be hidden and scroll event listeners
|
||||
will be removed.
|
||||
|
||||
Call `enable(false)` to disable the infinite scroll from actively
|
||||
trying to receive new data while scrolling. This method is useful
|
||||
Set this to true to disable the infinite scroll from actively
|
||||
trying to receive new data while scrolling. This is useful
|
||||
when it is known that there is no more data that can be added, and
|
||||
the infinite scroll is no longer needed.
|
||||
|
||||
|
Reference in New Issue
Block a user