From 193aae7711ab160fe1ccbacd060b4174b6b9c034 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Fri, 7 Sep 2012 00:16:23 -0400 Subject: [PATCH] docs(guide): fix directive interpolation example code Closes #1339 --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index b600f4d97738..2ddc0fcd63ad 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -63,7 +63,7 @@ api/ng.$rootScope.Scope#$digest digest} cycle. An example of interpolation is sh here:
-Hello {{username}}!
+Hello {{username}}!
 
# Compilation process, and directive matching