angular.js - How to output value in loop body in angular
天蓬老师
天蓬老师 2017-05-15 16:58:52
0
1
567
<p role="tabpanel" class="tab-pane fade" ng-repeat="spine in spines" id="spine{$index}" aria-labelledby="spine{$index}-tab">
                </p>

This is a ridiculously wrong piece of code, but you should be able to understand what I want and how to get spine1, spine2, ...

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
我想大声告诉你
spine{{$index+1}}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template