Browse Source

Merge pull request #15904 from abpframework/braim23-patch-1

tiny fix for the List Service doc
pull/15905/head
Enis Necipoglu 3 years ago
committed by GitHub
parent
commit
6e524fdd56
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/UI/Angular/List-Service.md

2
docs/en/UI/Angular/List-Service.md

@ -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