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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
|