File tree 1 file changed +3
-2
lines changed 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:
376
376
* `M` - Comment: `<!-- directive: my-directive exp -->`
377
377
378
378
* `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.
381
381
382
382
* `templateUrl` - Same as `template` but the template is loaded from the specified URL. Because
383
383
the template loading is asynchronous the compilation/linking is suspended until the template
@@ -601,6 +601,7 @@ restrict: 'E',
601
601
replace: true
602
602
</pre>
603
603
604
+ <a name="Components"></a>
604
605
# Creating Components
605
606
606
607
It 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