Ok JB Nizet gave me the answer, thank you a lot, it’s above my level, but it is working, so nice !.
If u’re curious about my labo, it’s here :
http://nicolash.org/football/#/liste
have a nice day
Solved the inverse problem with this :
Is it possible to filter angular.js by containment in another array?
And finally got that inverse function :
$scope.footballers = $filter('filter')($scope.footballers, function (i) {
return presence_equipe.indexOf(i.identifiant) === -1
});
thanks a lot !!
2
solved Return 0 to n arrays values inside a function