Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 111a214 commit 1803016Copy full SHA for 1803016
public/docs/js/latest/guide/displaying-data.jade
@@ -103,12 +103,12 @@
103
While you've used <code>template:</code> to specify an inline view, for larger templates you'd
104
want to move them to a separate file and load them with <code>templateUrl:</code> instead.
105
106
- p So you can see Angular dynamically update content, add a line after
+ p To see Angular dynamically update content, add a line after
107
108
code-example(language="html" escape="html").
109
<p>My name: {{ myName }}</p>
110
111
- p to this:
+ p add this:
112
pre.prettyprint.lang-html
113
code.
114
<p>Current time: {{ time }}</p>
0 commit comments