no message

This commit is contained in:
Diamantis Tziotzios 2017-12-06 14:53:48 +02:00
parent e8d9190648
commit 5fc7a67eb7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<div [formGroup]="form" class="form-group">
<p-checkbox [formControl]="form" label="Test"></p-checkbox>
<p-checkbox [formControl]="form.get('value')" label="{{field.data.label}}"></p-checkbox>
</div>