Skip to content

Commit 6775e6b

Browse files
committed
Update README.md
1 parent cf71e0b commit 6775e6b

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,6 @@ exactly `count` elements unless it hit eof/bof
114114

115115
**Deprecated:** Method `loading` is deprecated - use `is-loading` attribute instead
116116

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-
127117
###Adapter
128118
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.
129119

@@ -148,8 +138,6 @@ Adapater object implements the following methods
148138

149139
**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.
150140

151-
This method is introduced as a replacement for the revision method of the datasource, which is now deprecated.
152-
153141
* Method `applyUpdates`
154142

155143
applyUpdates(index, newItems)

0 commit comments

Comments
 (0)