i have a problem in indexing with ng-repeat
<tr ng-repeat="Ward in Wardresult ">
<td>{{$index + 1}}</td>
......................
some column
.......................
</tr>
but in output result in index is
Sr 1 10 11 12 13 . . . 2 3 4
how can i solve this problem i use ng-init and also i take index in JS ,convert into int but result is in same format.