Vadelius / swlsimNET

Combat-Simulator for Secret World Legends
Other
10 stars 7 forks source link

Fix ng-repeat (commented in results.component.html) #57

Closed Vadelius closed 6 years ago

Vadelius commented 6 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> 
Vadelius commented 6 years ago

done