aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/checklist/checklist.component.html.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/checklist/checklist.component.html.ts')
-rw-r--r--src/angular/checklist/checklist.component.html.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angular/checklist/checklist.component.html.ts b/src/angular/checklist/checklist.component.html.ts
index cb6f540..c48d8eb 100644
--- a/src/angular/checklist/checklist.component.html.ts
+++ b/src/angular/checklist/checklist.component.html.ts
@@ -1,4 +1,4 @@
-export default `
+export const template = `
<div *ngFor="let checkbox of checklistModel.checkboxes" #currentCheckbox>
<div class="checkbox-item">
<sdc-checkbox [label]="checkbox.label"