docs(forms): Typo - missing space before "Now we can control"

closes #1343
This commit is contained in:
Aristeidis Bampakos 2016-05-10 13:22:59 +03:00 committed by Ward Bell
parent 33745ec220
commit 9f267ca80f
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ figure.image-display
and we only ever apply *one* of these directives to an element tag.
Consistency rules!
Now we can control visibility of the "name" error message by binding properties of the `name` control to the message `<div>` element's `hidden` property.
Now we can control visibility of the "name" error message by binding properties of the `name` control to the message `<div>` element's `hidden` property.
+makeExample('forms/ts/app/hero-form.component.html',
'hidden-error-msg',
'app/hero-form.component.html (excerpt)')