filterBy with boolean field is not working for me
未關閉
- 主要語言
- JavaScript
- 星號
- 2.9k
- 分支
- 319
- PR 合併指標
- 30 天內沒有已合併 PR
描述
$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?
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。