fix(guide): improve "add line after" wording in displaying-data
This commit is contained in:
parent
111a2147c1
commit
1803016cd7
|
@ -103,12 +103,12 @@
|
|||
While you've used <code>template:</code> to specify an inline view, for larger templates you'd
|
||||
want to move them to a separate file and load them with <code>templateUrl:</code> instead.
|
||||
|
||||
p So you can see Angular dynamically update content, add a line after
|
||||
p To see Angular dynamically update content, add a line after
|
||||
|
||||
code-example(language="html" escape="html").
|
||||
<p>My name: {{ myName }}</p>
|
||||
|
||||
p to this:
|
||||
p add this:
|
||||
pre.prettyprint.lang-html
|
||||
code.
|
||||
<p>Current time: {{ time }}</p>
|
||||
|
|
Loading…
Reference in New Issue