#636 group picker placeholder widget

This commit is contained in:
Denys Vuika
2016-09-06 19:19:44 +01:00
parent c4c67e4b9c
commit 342c4d023b
6 changed files with 65 additions and 1 deletions

View File

@@ -49,6 +49,9 @@
<div *ngSwitchCase="'typeahead'">
<typeahead-widget [field]="field" (fieldChanged)="fieldChanged($event);"></typeahead-widget>
</div>
<div *ngSwitchCase="'functional-group'">
<functional-group-widget [field]="field" (fieldChanged)="fieldChanged($event);"></functional-group-widget>
</div>
<div *ngSwitchDefault>
<span>UNKNOWN WIDGET TYPE: {{field.type}}</span>
</div>