From a0a6d82ab4f611d3b162038d5d39632990a0cf86 Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Fri, 1 Aug 2014 11:42:22 +0200 Subject: [PATCH] docs($compile): fix title level for multiElement --- src/ng/compile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/compile.js b/src/ng/compile.js index a68fc2f091b9..19d9645e90e2 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -111,7 +111,7 @@ * The directive definition object provides instructions to the {@link ng.$compile * compiler}. The attributes are: * - * ### `multiElement` + * #### `multiElement` * When this property is set to true, the HTML compiler will collect DOM nodes between * nodes with the attributes `directive-name-start` and `directive-name-end`, and group them * together as the directive elements. It is recomended that this feature be used on directives