fix(guide): improve "add line after" wording in displaying-data

This commit is contained in:
Jeff Cross 2015-05-19 12:34:38 -07:00
parent 111a2147c1
commit 1803016cd7
1 changed files with 2 additions and 2 deletions

View File

@ -103,12 +103,12 @@
While you've used <code>template:</code> to specify an inline view, for larger templates you'd 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. 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"). code-example(language="html" escape="html").
<p>My name: {{ myName }}</p> <p>My name: {{ myName }}</p>
p to this: p add this:
pre.prettyprint.lang-html pre.prettyprint.lang-html
code. code.
&lt;p&gt;Current time: {{ time }}&lt;/p&gt; &lt;p&gt;Current time: {{ time }}&lt;/p&gt;