From 9729e8f4b91809aaad2957c40265274c456b775c Mon Sep 17 00:00:00 2001 From: Matthew Harris Date: Sat, 29 Sep 2018 14:25:23 +0700 Subject: [PATCH] docs: removed unused pull-left classes from hero form component (#26178) PR Close #26178 --- .../forms/src/app/hero-form/hero-form.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/examples/forms/src/app/hero-form/hero-form.component.html b/aio/content/examples/forms/src/app/hero-form/hero-form.component.html index 73b703f789..0a270bc7f0 100644 --- a/aio/content/examples/forms/src/app/hero-form/hero-form.component.html +++ b/aio/content/examples/forms/src/app/hero-form/hero-form.component.html @@ -72,15 +72,15 @@

You submitted the following:

Name
-
{{ model.name }}
+
{{ model.name }}
Alter Ego
-
{{ model.alterEgo }}
+
{{ model.alterEgo }}
Power
-
{{ model.power }}
+
{{ model.power }}