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 @@ -378,8 +378,8 @@ compiler}. The attributes are:
378
378
* `M` - Comment: `<!-- directive: my-directive exp -->`
379
379
380
380
* `template` - replace the current element with the contents of the HTML. The replacement process
381
- migrates all of the attributes / classes from the old element to the new one. See Creating
382
- Widgets section below for more information.
381
+ migrates all of the attributes / classes from the old element to the new one. See the
382
+ {@link guide/directive#Components Creating Components} section below for more information.
383
383
384
384
* `templateUrl` - Same as `template` but the template is loaded from the specified URL. Because
385
385
the template loading is asynchronous the compilation/linking is suspended until the template
@@ -603,6 +603,7 @@ restrict: 'E',
603
603
replace: true
604
604
</pre>
605
605
606
+ <a name="Components"></a>
606
607
# Creating Components
607
608
608
609
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