tiny fix for the List Service doc

pull/15904/head
Hamza Albreem 3 years ago committed by GitHub
parent 815ca033a1
commit 6aaea0f186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -201,4 +201,4 @@ You may use observables in combination with [AsyncPipe](https://angular.io/guide
<input type="text" name="search" [(ngModel)]="list.filter">
```
ABP doesn't have a built-in filtering mechanism. You need to implement yourself and handle `filter` property in backend.
ABP doesn't have a built-in filtering mechanism. You need to implement it yourself and handle the `filter` property in the backend.

Loading…
Cancel
Save