diff --git a/src/app/app.component.html b/src/app/app.component.html
index 555d709..a3a8ec4 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -11,10 +11,10 @@
是否曾經點選過:{{id.touched |json}}-
是否曾經點選過:{{id.untouched |json}}+
是否曾經修改過:{{id.dirty |json}}+
是否從未修改過:{{id.pristine |json}}
是否曾經點選過:{{form.touched |json}}-
是否曾經點選過:{{form.untouched |json}}+
是否曾經修改過:{{form.dirty |json}}+
是否從未修改過:{{form.pristine |json}}