How do you do something like this in angular with ng-repeat? I\'ll be using the example from the documentation which inits an array with 2 friends, what if I wanted to only
Here is the working fiddle
$scope.call = function(a){ if (a.age > 26) return true; else return false; }