docs(forms): Typo - missing space before "Now we can control"
closes #1343
This commit is contained in:
parent
33745ec220
commit
9f267ca80f
|
@ -486,7 +486,7 @@ figure.image-display
|
||||||
and we only ever apply *one* of these directives to an element tag.
|
and we only ever apply *one* of these directives to an element tag.
|
||||||
Consistency rules!
|
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',
|
+makeExample('forms/ts/app/hero-form.component.html',
|
||||||
'hidden-error-msg',
|
'hidden-error-msg',
|
||||||
'app/hero-form.component.html (excerpt)')
|
'app/hero-form.component.html (excerpt)')
|
||||||
|
|
Loading…
Reference in New Issue