Skip to content

Commit ceb543e

Browse files
committed
Update README.md
1 parent 957f7c7 commit ceb543e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Look [here](https://github.com/Hill30/NGScroller) for older versions.
2222
The uiScroll directive is similar to the ngRepeat. Like the ngRepeat, uiScroll directive instantiates a template once per item from a collection.
2323
Each template instance gets its own scope, where the given loop variable is set to the current collection item. The collection content is provided by the datasource. The datasource name is specified in the scroll_expression. Starting with v 1.2.0 uiScroll supports animation.
2424

25-
One of the most important use cases for the directive is using it to build scrollable grids. There is no magic in doing it - all what's involved is putting together the HTML to be repeated and there are numerous ways to do it. It is a bit trickier if you want to give your user ability to adjust the grid (column widts, column order, etc.) as well as save/restore the adjustments. [uiScrollTd and uiScrollTh](#uiscrollth-and-uiscrolltd-directives) companion directives were created to simplify this task.
25+
One of the most important use cases for the directive is using it to build scrollable grids. There is no magic in doing it - all what's involved is putting together the HTML to be repeated and there are numerous ways to do it. It is a bit trickier if you want to give your user ability to adjust the grid (column widts, column order, etc.) as well as save/restore the adjustments. [uiScrollTd](#uiscrollth-and-uiscrolltd-directives) and [uiScrollTh](#uiscrollth-and-uiscrolltd-directives) companion directives were created to simplify this task.
2626

2727
### Dependencies
2828

0 commit comments

Comments
 (0)