Skip to content

Commit 4edf724

Browse files
committed
Merge pull request #95 from angular-ui/grid
Update README.md
2 parents 29e1a15 + 43ecc12 commit 4edf724

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ dl as a repeated tag is not supported.
7373
* **padding - value**, optional - extra height added to the visible area for the purpose of determining when the items should be created/destroyed.
7474
The value is relative to the visible height of the area, the default is 0.5 and the minimal value is 0.3
7575
* **start-index - value**, optional - index of the first item to be requested from the datasource. The default is 1.
76-
* **adapter - name**, optional - if provided a reference to the adapter object for the scroller instance will be placed in the member with the said name on the scope associated with the viewport. If the viewport is the window, the value will be placed on the $rootScope. If you have multiple scrollers within the same viewport, make sure that every one of them has its unique adapter name.
77-
7876
* **adapter - expression**, optional - if provided a reference to the adapter object for the scroller instance will be injected in the appropriate scope. If you have multiple scrollers within the same viewport, make sure that every one of them has its unique adapter name.
7977

8078
Some of the properties offered by the adapter can also be accessed directly from the directive by using matching attributes. In the same way as for the adapter attribute, syntax for such attributes allows for providing a name to be used to access the corresponding value. A reference to the value will be placed on the scope associated with the viewport. If the viewport is the window, the value will be placed on the $rootScope. Below is a list of such attributes:

0 commit comments

Comments
 (0)