I\'m using Vraptor + Angular, and the question is simple. I hide some rows in my table with ng-show, but I want to take the count/length of the actual lines shown.
E
I'm a little confused on the question, but could you use:
$data.length to get the total count of your data.
$data.length
The $index of the ng-repeat to get the current row/length.
$index
ng-repeat
You could then use both values in an ng-show.
ng-show