|
@@ -15,8 +15,8 @@
|
|
|
Issue auf Github. } }
|
|
|
</div>
|
|
|
<div class="attribute-container">
|
|
|
- <value-box [(ngModel)]="attribute.value" [label]="'Attributwert'"></value-box>
|
|
|
- <value-box [(ngModel)]="modifier" [label]="'Modifikator'"></value-box>
|
|
|
+ <value-box [value]="attribute.value" [label]="'Attributwert'"></value-box>
|
|
|
+ <value-box [value]="modifier" [label]="'Modifikator'"></value-box>
|
|
|
</div>
|
|
|
|
|
|
@if(attribute.name !== 'constitution'){
|