Closed Vadelius closed 7 years ago
<div ng-repeat="spell.name in root.spellBreakdownList"> <tr> <th scope="row">{{spell.name}}</th> <td>{{spell.damagepersecond}}</td> <td>{{spell.damagepercentage}}</td> <td>{{spell.executes}}</td> <td>{{spell.damageperexecution}}</td> <td>{{spell.spelltype}}</td> <td>{{spell.amount}}</td> <td>{{spell.avarage}}</td> <td>{{spell.critchance}}</td> </tr> </div>
done