Skip to content

Commit 8f76856

Browse files
committed
Merge branch 'master' of github.com:VadimDez/ngx-filter-pipe
2 parents b3fdf0c + 5302261 commit 8f76856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/ngx-filter-pipe/ngx-filter.pipe.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { Pipe, Injectable, PipeTransform } from '@angular/core';
55

66
@Pipe({
77
name: 'filterBy',
8-
pure: true
8+
pure: false
99
})
1010

1111
@Injectable()

0 commit comments

Comments
 (0)