2
0

Bindings seem to be working now.

This commit is contained in:
Erik Kimsey
2018-05-17 21:13:21 -04:00
parent aaabedad87
commit b70c4f3e53
5 changed files with 22 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
<li>
<label>
<div>Amount of points</div>
<input type="number" [(ngModel)]="canvasParam.points" max="10" min="0" step="1">
<input type="number" name="canvasParam.points" [(ngModel)]="canvasParam.points" max="10" min="0" step="1">
</label>
</li>
<li>