I need to use ng-repeat (in AngularJS) to list all of the elements in an array.
ng-repeat
The complication is that each element of the array will transform to ei
Update: If you are using Angular 1.2+, use ng-repeat-start. See @jmagnusson's answer.
Otherwise, how about putting the ng-repeat on tbody? (AFAIK, it is okay to have multiple
{{item}}