Skip to content

Commit 9f5c932

Browse files
committed
Merge pull request #33 from jamesmanning/patch-1
fix example of 'pick' which uses 'omit'
2 parents c3e8361 + 708039e commit 9f5c932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ $scope.mod2 = function(elm) {
500500
}
501501
```
502502
```html
503-
<tr ng-repeat="num in [1,2,3,4,5,6] | omit: mod2">
503+
<tr ng-repeat="num in [1,2,3,4,5,6] | pick: mod2">
504504
{{ num }},
505505
</tr>
506506
<!--result

0 commit comments

Comments
 (0)