Hi folks,
I want to increment index value by 20. According to code, it can only
increase 1. Can anyone please tell me how to solve it using angularjs. or I
can use some javascript variable and increase? I dont know how to achieve
it.
<td style="vertical-align: top; position:relative; left:{{$index}}"
ng-repeat="risks in valuesAtRiskValues" >
<div style="vertical-align: top;" class="flip-container"
id="" onClick="valuesAtRisk(this)">
<div class="flipper">
<div class="valuesAtRisk">
<div
class="varLabel"><span>{{risks.riskType}}</span></div>
<div id="flipTop">
<div
class="valuesAtRiskH">{{risks.riskValueTrimmed}}</div>
<div class="varIndicator UP"></div>
<div
class="varSubHeading">{{risks.riskTitle}}</div>
</div>
</div>
</div>
</div>
</td>
All <td>'s are almost overlapping. I want to put it side by side.
-Vivek
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.