needed to replace the label with a label and input

This commit is contained in:
John Papa 2015-10-15 22:01:59 -04:00
parent 1c4e4e9030
commit 9659b5122b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ include ../../../../_includes/_util-fns
We want to be able to edit the hero name in a textbox.
Replace the hero name `<label>` with an `<input>` element as shown below:
Refactor the hero name `<label>` with `<label>` and `<input>` elements as shown below:
code-example(format="linenums").
template:`
&lt;h1>{{title}}&lt/h1>