Typo in infinite-pagination docs (#4047)

This commit is contained in:
Nicolas Barithel
2018-12-05 14:36:25 +01:00
committed by Eugenio Romano
parent 09a51a6500
commit f594d51720

View File

@@ -28,7 +28,7 @@ Adds "infinite" pagination to the component it is used with.
<adf-infinite-pagination
[target]="documentList"
[loading="documentList.infiniteLoading">
[loading]="documentList.infiniteLoading">
</adf-infinite-pagination>
```