How can I use ng-repeat like for in Javascript?
example:
Text
I want to iterate wit
This is the simplest workaround I could think of.
{{$index}}
Here's a Plunker example.