Skip to content

Commit e982581

Browse files
cexbrayatcaitp
authored andcommitted
docs($compile): fix title level for multiElement
Closes angular#8444
1 parent 0107bfc commit e982581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/compile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
* The directive definition object provides instructions to the {@link ng.$compile
112112
* compiler}. The attributes are:
113113
*
114-
* ### `multiElement`
114+
* #### `multiElement`
115115
* When this property is set to true, the HTML compiler will collect DOM nodes between
116116
* nodes with the attributes `directive-name-start` and `directive-name-end`, and group them
117117
* together as the directive elements. It is recomended that this feature be used on directives

0 commit comments

Comments
 (0)