Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 191efbb

Browse files
btfordmhevery
authored andcommitted
docs(guide): fix directive interpolation example code
Closes #1339
1 parent bf873d6 commit 191efbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ api/ng.$rootScope.Scope#$digest digest} cycle. An example of interpolation is sh
6363
here:
6464

6565
<pre>
66-
<img src="img/{{username}}.jpg">Hello {{username}}!</img>
66+
<a href="img/{{username}}.jpg">Hello {{username}}!</a>
6767
</pre>
6868

6969
# Compilation process, and directive matching

0 commit comments

Comments
 (0)