File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
![ travis CI status] ( https://travis-ci.org/StevenLambion/ui-listView.svg?branch=master )
2
2
3
- ## ui-ListView
3
+ ## ui-listView
4
4
An Angular directive for an efficient, dynamically changing list. It's able to handle data sets with thousands of
5
5
items while providing a similar interface to ng-repeat. Unlike other variations, row heights are based
6
6
on the row content, and the list view dynamically updates to accommodate changes.
@@ -64,7 +64,7 @@ type: `Object`
64
64
A read-only property that shows the current visible range of items being displayed. It can be useful to indicate when to load more items
65
65
from a service when implementing infinite scroll.
66
66
67
- ## styles
67
+ ## Styles
68
68
Use the following CSS classes on the ui-listView's element to set built-in styles, or use your own CSS classes for a custom style.
69
69
70
70
#### ui-list-view-bordered
You can’t perform that action at this time.
0 commit comments