Skip to content
Snippets Groups Projects
Commit a051a451 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Set default contentGroup to content-creation

parent 550d29aa
No related merge requests found
......@@ -10,7 +10,7 @@
<markdown [data]="content.body"></markdown>
<mat-form-field>
<input matInput #group [formControl]="myControl" [matAutocomplete]="auto"
placeholder="{{'content.collection' | translate}}" value="{{lastCollection}}" />
placeholder="{{'content.collection' | translate}}" [(ngModel)]="lastCollection" />
<mat-autocomplete #auto="matAutocomplete">
<mat-option *ngFor="let collection of contentGroups" [value]="collection.name">
{{collection.name}}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment