Typo fixed. Closes #383
This commit is contained in:
parent
54b3634923
commit
5f9ad5552d
|
@ -455,7 +455,7 @@ figure.image-display
|
||||||
:marked
|
:marked
|
||||||
We initialized the template local variable with the word "form" (`#name="form"`)
|
We initialized the template local variable with the word "form" (`#name="form"`)
|
||||||
|
|
||||||
Angular recognizes that syntax and sets the `name` varable
|
Angular recognizes that syntax and sets the `name` variable
|
||||||
to the `Control` object identified by the `ng-control` directive which,
|
to the `Control` object identified by the `ng-control` directive which,
|
||||||
not coincidentally, we called "name".
|
not coincidentally, we called "name".
|
||||||
|
|
||||||
|
@ -627,4 +627,4 @@ figure.image-display
|
||||||
│ ├── styles.css
|
│ ├── styles.css
|
||||||
│ └── tsconfig.json
|
│ └── tsconfig.json
|
||||||
└── package.json
|
└── package.json
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue