Skip to content

Commit 386e3d8

Browse files
committed
Fixed capitalization.
1 parent e83d1f8 commit 386e3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![travis CI status](https://travis-ci.org/StevenLambion/ui-listView.svg?branch=master)
22

3-
## ui-ListView
3+
## ui-listView
44
An Angular directive for an efficient, dynamically changing list. It's able to handle data sets with thousands of
55
items while providing a similar interface to ng-repeat. Unlike other variations, row heights are based
66
on the row content, and the list view dynamically updates to accommodate changes.
@@ -64,7 +64,7 @@ type: `Object`
6464
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
6565
from a service when implementing infinite scroll.
6666

67-
## styles
67+
## Styles
6868
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.
6969

7070
#### ui-list-view-bordered

0 commit comments

Comments
 (0)