We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0107bfc commit e982581Copy full SHA for e982581
src/ng/compile.js
@@ -111,7 +111,7 @@
111
* The directive definition object provides instructions to the {@link ng.$compile
112
* compiler}. The attributes are:
113
*
114
- * ### `multiElement`
+ * #### `multiElement`
115
* When this property is set to true, the HTML compiler will collect DOM nodes between
116
* nodes with the attributes `directive-name-start` and `directive-name-end`, and group them
117
* together as the directive elements. It is recomended that this feature be used on directives
0 commit comments