filterBy with boolean field is not working for me
Đang mở
- Ngôn ngữ chính
- JavaScript
- Star
- 2.9k
- Fork
- 319
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
$scope.users = [
{ id: 1, first_name: 'Rob', last_name: 'John', mobile: 4444, isFoo: false },
{ id: 2, first_name: 'John', last_name: 'Wayne', mobile: 3333, isFoo: false },
{ id: 3, first_name: 'Rob', last_name: 'Johansson', mobile: 2222, isFoo: false },
{ id: 4, first_name: 'Mike', last_name: 'Terry', mobile: 1111, isFoo: true }
];
Return users whose `isFoo` is true:
{{ user.id }} : {{ user.first_name }} {{ user.last_name }}
Result:
All users... why?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.