docs(guide): fix directive interpolation example code

Closes #1339
This commit is contained in:
Brian Ford 2012-09-07 00:16:23 -04:00 committed by Misko Hevery
parent 95276a7e10
commit f2ebfa16b0

View file

@ -63,7 +63,7 @@ api/ng.$rootScope.Scope#$digest digest} cycle. An example of interpolation is sh
here:
<pre>
<img src="img/{{username}}.jpg">Hello {{username}}!</img>
<a href="img/{{username}}.jpg">Hello {{username}}!</a>
</pre>
# Compilation process, and directive matching