File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -376,8 +376,8 @@ compiler}. The attributes are:
376376 * `M` - Comment: `<!-- directive: my-directive exp -->`
377377
378378 * `template` - replace the current element with the contents of the HTML. The replacement process
379- migrates all of the attributes / classes from the old element to the new one. See Creating
380- Widgets section below for more information.
379+ migrates all of the attributes / classes from the old element to the new one. See the
380+ {@link guide/directive#Components Creating Components} section below for more information.
381381
382382 * `templateUrl` - Same as `template` but the template is loaded from the specified URL. Because
383383 the template loading is asynchronous the compilation/linking is suspended until the template
@@ -601,6 +601,7 @@ restrict: 'E',
601601replace: true
602602</pre>
603603
604+ <a name="Components"></a>
604605# Creating Components
605606
606607It is often desirable to replace a single directive with a more complex DOM structure. This
You can’t perform that action at this time.
0 commit comments