gpt4 book ai didi

javascript - 如何在AngularJS Controller 中进行反向过滤

转载 作者:行者123 更新时间:2023-11-28 19:41:22 26 4
gpt4 key购买 nike

我正在过滤数组

$filter('filter')($scope.model.data, {dataType: term });

但是如何进行反向过滤我想从显示中排除一些数据

$filter('filter')($scope.model.data, {dataType: 'wrongtype' }); // Exclude this type

类似$filter('excludefilter')($scope.model.data, {dataType: 'wrongtype' })

请提出建议

最佳答案

http://jsbin.com/jocane/3/edit?html,js,output

  $scope.filterd =   $filter('filter')($scope.allMyObjects, {name: '!rike' });

关于javascript - 如何在AngularJS Controller 中进行反向过滤,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24952997/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com