From ed27a3d1a88c4e1fae35c233558d6cca7ffc8a2f Mon Sep 17 00:00:00 2001 From: hartz89 Date: Tue, 2 Dec 2014 15:51:31 -0500 Subject: [PATCH] docs(ngTransclude): example markup consistency The first of the
tags used in the example HTML is self-closed but the first is not. --- src/ng/directive/ngTransclude.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/directive/ngTransclude.js b/src/ng/directive/ngTransclude.js index 9f0aa58c5e0b..4dd391ae5e93 100644 --- a/src/ng/directive/ngTransclude.js +++ b/src/ng/directive/ngTransclude.js @@ -34,7 +34,7 @@ }]);
-
+

{{text}}