Skip to content

Instantly share code, notes, and snippets.

@NishiGaba
Created July 19, 2017 12:32
Show Gist options
  • Save NishiGaba/14ba9cfc5599399a5a82ed0a0df4120b to your computer and use it in GitHub Desktop.
Save NishiGaba/14ba9cfc5599399a5a82ed0a0df4120b to your computer and use it in GitHub Desktop.
Return original index in an ng-repeat through indexOf
//indexOf always returns the original index in an ng-repeat
<div ng-repeat="image in images">
{{images.indexOf(image)}}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment