You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,16 +114,6 @@ exactly `count` elements unless it hit eof/bof
114
114
115
115
**Deprecated:** Method `loading` is deprecated - use `is-loading` attribute instead
116
116
117
-
118
-
* Method `revision`
119
-
120
-
revision()
121
-
122
-
#### Description
123
-
this is an optional method. If supplied the scroller will $watch its value and will refresh the content if the value has changed
124
-
125
-
**Deprecated:** Method `revision` is deprecated - use `reload()` method on the adapter instead
126
-
127
117
###Adapter
128
118
The adapter object is an internal object created for every instance of the scroller. Properties and methods of the adapter can be used to manipulate and assess the scroller the adapter was created for. Adapter based API replaces old (undocumented) event based API introduced earlier for this purpose. The event based API is now deprecated and no longer supported.
129
119
@@ -148,8 +138,6 @@ Adapater object implements the following methods
148
138
149
139
**important: `startIndex` should fall within underlying datset boundaries** The scroller will request two batches of items one starting from the `startIndex` and another one preceding the first one (starting from `startIndex - bufferSize`). If both requests come back empty, the scroller will consider the dataset to be empty and will place no further data requests.
150
140
151
-
This method is introduced as a replacement for the revision method of the datasource, which is now deprecated.
0 commit comments