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

Commit

Permalink
docs(guide): fix directive interpolation example code
Browse files Browse the repository at this point in the history
Closes #1339
  • Loading branch information
btford authored and mhevery committed Sep 11, 2012
1 parent 95276a7 commit f2ebfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/directive.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2ebfa1

Please sign in to comment.