Skip to content

Commit 11bbdff

Browse files
authored
fix: everyFilter example; issue #243
1 parent c413d41 commit 11bbdff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,7 @@ $scope.collection = [
853853
];
854854
```
855855
```html
856-
<th ng-show="{{ collection | every: !(user.id % 2) }}">...</th>
856+
<th ng-show="{{ collection | every: '!(user.id % 2)' }}">...</th>
857857
<!--result: true
858858
```
859859

0 commit comments

Comments
 (0)