Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 7eecf1a

Browse files
author
Michael Salmon
committed
docs(guide/Directives): link direct to $compile#-link-
1 parent b950c75 commit 7eecf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ directive logic will be put.
603603
* `transcludeFn` is a transclude linking function pre-bound to the correct transclusion scope.
604604

605605
<div class="alert alert-info">
606-
For full detail on the `link` method refer to the {@link ng.$compile `$compile` API} page.
606+
For full detail on the `link` method refer to the {@link ng.$compile#-link- `$compile` API} page.
607607
</div>
608608

609609
In our `link` function, we want to update the displayed time once a second, or whenever a user

0 commit comments

Comments
 (0)