chore(jade): fix broken build caused by extra newline
This commit is contained in:
parent
8e7c552452
commit
b56a97485e
|
@ -472,7 +472,6 @@ figure.image-display
|
||||||
'app/hero-form.component.html (excerpt)',
|
'app/hero-form.component.html (excerpt)',
|
||||||
stylePattern)
|
stylePattern)
|
||||||
:marked
|
:marked
|
||||||
|
|
||||||
When we added the `ngControl` directive, we bound it to the model's `name` property.
|
When we added the `ngControl` directive, we bound it to the model's `name` property.
|
||||||
Here we initialize a template local variable (`name`) with the value "ngForm" (`#name="ngForm"`).
|
Here we initialize a template local variable (`name`) with the value "ngForm" (`#name="ngForm"`).
|
||||||
Angular recognizes that syntax and re-sets the `name` local template variable to the
|
Angular recognizes that syntax and re-sets the `name` local template variable to the
|
||||||
|
|
Loading…
Reference in New Issue