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

Commit dacdcc6

Browse files
Stéphane Reynaudpetebacondarwin
Stéphane Reynaud
authored andcommitted
docs(guide/compiler): fix url-based links refs to AUTO module
Closes #6385
1 parent 7cd79b6 commit dacdcc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/compiler.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cloned template only needs to be compiled once, and then linked once for each cl
5858
A directive is a behavior which should be triggered when specific HTML constructs are encountered
5959
during the compilation process. The directives can be placed in element names, attributes, class
6060
names, as well as comments. Here are some equivalent examples of invoking the {@link
61-
api/ng.directive:ngBind `ng-bind`} directive.
61+
ng.directive:ngBind `ng-bind`} directive.
6262

6363
```html
6464
<span ng-bind="exp"></span>
@@ -68,7 +68,7 @@ api/ng.directive:ngBind `ng-bind`} directive.
6868
```
6969

7070
A directive is just a function which executes when the compiler encounters it in the DOM. See {@link
71-
api/ng.$compileProvider#methods_directive directive API} for in-depth documentation on how
71+
ng.$compileProvider#methods_directive directive API} for in-depth documentation on how
7272
to write directives.
7373

7474
Here is a directive which makes any element draggable. Notice the `draggable` attribute on the

0 commit comments

Comments
 (0)